Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_conntrack_proto_icmpv6.c255 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_TYPE)) { in icmpv6_nlattr_to_tuple()
266 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_CODE)) { in icmpv6_nlattr_to_tuple()
273 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_ID)) { in icmpv6_nlattr_to_tuple()
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_netlink.c1073 if ((flags & CTA_FILTER_FLAG(CTA_IP_SRC)) && in ctnetlink_filter_match_tuple()
1077 if ((flags & CTA_FILTER_FLAG(CTA_IP_DST)) && in ctnetlink_filter_match_tuple()
1082 if ((flags & CTA_FILTER_FLAG(CTA_IP_SRC)) && in ctnetlink_filter_match_tuple()
1087 if ((flags & CTA_FILTER_FLAG(CTA_IP_DST)) && in ctnetlink_filter_match_tuple()
1094 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) && in ctnetlink_filter_match_tuple()
1101 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) && in ctnetlink_filter_match_tuple()
1105 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) && in ctnetlink_filter_match_tuple()
1110 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_TYPE)) && in ctnetlink_filter_match_tuple()
1113 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_CODE)) && in ctnetlink_filter_match_tuple()
1116 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_ID)) && in ctnetlink_filter_match_tuple()
[all …]
Dnf_internals.h24 #define CTA_FILTER_FLAG(ctattr) CTA_FILTER_F_ ## ctattr macro
Dnf_conntrack_core.c2152 if (flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) { in nf_ct_port_nlattr_to_tuple()
2159 if (flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) { in nf_ct_port_nlattr_to_tuple()