Searched refs:CTA_FILTER_FLAG (Results 1 – 5 of 5) sorted by relevance
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()
253 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()
24 #define CTA_FILTER_FLAG(ctattr) CTA_FILTER_F_ ## ctattr macro
1066 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 …]
2145 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()