CTA_PROTO_ICMP_TYPE
if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_TYPE)) &&
nla_put_u8(skb, CTA_PROTO_ICMP_TYPE, t->dst.u.icmp.type) ||
[CTA_PROTO_ICMP_TYPE] = { .type = NLA_U8 },
if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMP_TYPE)) {
if (!tb[CTA_PROTO_ICMP_TYPE])
tuple->dst.u.icmp.type = nla_get_u8(tb[CTA_PROTO_ICMP_TYPE]);