Home
last modified time | relevance | path

Searched refs:CTA_FILTER_FLAG (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_conntrack_proto_icmp.c278 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_TYPE)) { in icmp_nlattr_to_tuple()
288 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_CODE)) { in icmp_nlattr_to_tuple()
295 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_ID)) { in icmp_nlattr_to_tuple()
Dnf_conntrack_proto_icmpv6.c253 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_TYPE)) { in icmpv6_nlattr_to_tuple()
264 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_CODE)) { in icmpv6_nlattr_to_tuple()
271 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_ID)) { in icmpv6_nlattr_to_tuple()
Dnf_internals.h24 #define CTA_FILTER_FLAG(ctattr) CTA_FILTER_F_ ## ctattr macro
Dnf_conntrack_netlink.c1066 if ((flags & CTA_FILTER_FLAG(CTA_IP_SRC)) && in ctnetlink_filter_match_tuple()
1070 if ((flags & CTA_FILTER_FLAG(CTA_IP_DST)) && in ctnetlink_filter_match_tuple()
1075 if ((flags & CTA_FILTER_FLAG(CTA_IP_SRC)) && in ctnetlink_filter_match_tuple()
1080 if ((flags & CTA_FILTER_FLAG(CTA_IP_DST)) && in ctnetlink_filter_match_tuple()
1087 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) && in ctnetlink_filter_match_tuple()
1094 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) && in ctnetlink_filter_match_tuple()
1098 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) && in ctnetlink_filter_match_tuple()
1103 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_TYPE)) && in ctnetlink_filter_match_tuple()
1106 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_CODE)) && in ctnetlink_filter_match_tuple()
1109 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_ID)) && in ctnetlink_filter_match_tuple()
[all …]
Dnf_conntrack_core.c2145 if (flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) { in nf_ct_port_nlattr_to_tuple()
2152 if (flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) { in nf_ct_port_nlattr_to_tuple()