Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_conntrack.c108 if ((info->match_flags & XT_CONNTRACK_REPLDST_PORT) && in ct_proto_port_check()
110 !(info->invert_flags & XT_CONNTRACK_REPLDST_PORT)) in ct_proto_port_check()
155 if ((info->match_flags & XT_CONNTRACK_REPLDST_PORT) && in ct_proto_port_check_v3()
158 info->invert_flags & XT_CONNTRACK_REPLDST_PORT)) in ct_proto_port_check_v3()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_conntrack.h32 XT_CONNTRACK_REPLDST_PORT = 1 << 11, enumerator