Searched refs:CTA_PROTO_ICMP_ID (Results 1 – 3 of 3) sorted by relevance
258 if (nla_put_be16(skb, CTA_PROTO_ICMP_ID, t->src.u.icmp.id) || in icmp_tuple_to_nlattr()271 [CTA_PROTO_ICMP_ID] = { .type = NLA_U16 },295 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_ID)) { in icmp_nlattr_to_tuple()296 if (!tb[CTA_PROTO_ICMP_ID]) in icmp_nlattr_to_tuple()299 tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMP_ID]); in icmp_nlattr_to_tuple()
1111 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_ID)) && in ctnetlink_filter_match_tuple()
88 CTA_PROTO_ICMP_ID, enumerator