Searched refs:CTA_PROTO_ICMP_CODE (Results 1 – 3 of 3) sorted by relevance
260 nla_put_u8(skb, CTA_PROTO_ICMP_CODE, t->dst.u.icmp.code)) in icmp_tuple_to_nlattr()270 [CTA_PROTO_ICMP_CODE] = { .type = NLA_U8 },288 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_CODE)) { in icmp_nlattr_to_tuple()289 if (!tb[CTA_PROTO_ICMP_CODE]) in icmp_nlattr_to_tuple()292 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMP_CODE]); in icmp_nlattr_to_tuple()
1108 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_CODE)) && in ctnetlink_filter_match_tuple()
90 CTA_PROTO_ICMP_CODE, enumerator