Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_conntrack.c85 if ((info->match_flags & XT_CONNTRACK_PROTO) && in ct_proto_port_check()
87 !(info->invert_flags & XT_CONNTRACK_PROTO)) in ct_proto_port_check()
129 if ((info->match_flags & XT_CONNTRACK_PROTO) && in ct_proto_port_check_v3()
131 !(info->invert_flags & XT_CONNTRACK_PROTO)) in ct_proto_port_check_v3()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_conntrack.h22 XT_CONNTRACK_PROTO = 1 << 1, enumerator