Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_conntrack.c103 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check()
105 !(info->invert_flags & XT_CONNTRACK_REPLSRC_PORT)) in ct_proto_port_check()
149 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check_v3()
152 info->invert_flags & XT_CONNTRACK_REPLSRC_PORT)) in ct_proto_port_check_v3()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_conntrack.h31 XT_CONNTRACK_REPLSRC_PORT = 1 << 10, enumerator