Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dxt_conntrack.c100 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check()
102 !(info->invert_flags & XT_CONNTRACK_REPLSRC_PORT)) in ct_proto_port_check()
146 if ((info->match_flags & XT_CONNTRACK_REPLSRC_PORT) && in ct_proto_port_check_v3()
149 info->invert_flags & XT_CONNTRACK_REPLSRC_PORT)) in ct_proto_port_check_v3()
/Linux-v5.4/include/uapi/linux/netfilter/
Dxt_conntrack.h32 XT_CONNTRACK_REPLSRC_PORT = 1 << 10, enumerator