Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_conntrack.c96 if ((info->match_flags & XT_CONNTRACK_ORIGDST_PORT) && in ct_proto_port_check()
98 !(info->invert_flags & XT_CONNTRACK_ORIGDST_PORT)) in ct_proto_port_check()
141 if ((info->match_flags & XT_CONNTRACK_ORIGDST_PORT) && in ct_proto_port_check_v3()
144 info->invert_flags & XT_CONNTRACK_ORIGDST_PORT)) in ct_proto_port_check_v3()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_conntrack.h30 XT_CONNTRACK_ORIGDST_PORT = 1 << 9, enumerator