Searched refs:CTA_FILTER_FLAG (Results 1 – 5 of 5) sorted by relevance
1095 if ((flags & CTA_FILTER_FLAG(CTA_IP_SRC)) && in ctnetlink_filter_match_tuple()1099 if ((flags & CTA_FILTER_FLAG(CTA_IP_DST)) && in ctnetlink_filter_match_tuple()1104 if ((flags & CTA_FILTER_FLAG(CTA_IP_SRC)) && in ctnetlink_filter_match_tuple()1109 if ((flags & CTA_FILTER_FLAG(CTA_IP_DST)) && in ctnetlink_filter_match_tuple()1311 if (flags & CTA_FILTER_FLAG(CTA_IP_SRC)) { in ipv4_nlattr_to_tuple()1318 if (flags & CTA_FILTER_FLAG(CTA_IP_DST)) { in ipv4_nlattr_to_tuple()1332 if (flags & CTA_FILTER_FLAG(CTA_IP_SRC)) { in ipv6_nlattr_to_tuple()1339 if (flags & CTA_FILTER_FLAG(CTA_IP_DST)) { in ipv6_nlattr_to_tuple()1487 if (flags & CTA_FILTER_FLAG(CTA_IP_DST) || in ctnetlink_parse_tuple_filter()1488 flags & CTA_FILTER_FLAG(CTA_IP_SRC)) { in ctnetlink_parse_tuple_filter()[all …]
278 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()
255 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()
24 #define CTA_FILTER_FLAG(ctattr) CTA_FILTER_F_ ## ctattr macro
2158 if (flags & CTA_FILTER_FLAG(CTA_PROTO_SRC_PORT)) { in nf_ct_port_nlattr_to_tuple()2165 if (flags & CTA_FILTER_FLAG(CTA_PROTO_DST_PORT)) { in nf_ct_port_nlattr_to_tuple()
Completed in 26 milliseconds