Home
last modified time | relevance | path

Searched refs:XT_CONNTRACK_ORIGSRC_PORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_conntrack.c88 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check()
90 !(info->invert_flags & XT_CONNTRACK_ORIGSRC_PORT)) in ct_proto_port_check()
132 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check_v3()
135 info->invert_flags & XT_CONNTRACK_ORIGSRC_PORT)) in ct_proto_port_check_v3()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_conntrack.h30 XT_CONNTRACK_ORIGSRC_PORT = 1 << 8, enumerator