Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_conntrack.c91 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check()
93 !(info->invert_flags & XT_CONNTRACK_ORIGSRC_PORT)) in ct_proto_port_check()
135 if ((info->match_flags & XT_CONNTRACK_ORIGSRC_PORT) && in ct_proto_port_check_v3()
138 info->invert_flags & XT_CONNTRACK_ORIGSRC_PORT)) in ct_proto_port_check_v3()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_conntrack.h29 XT_CONNTRACK_ORIGSRC_PORT = 1 << 8, enumerator