CTA_PROTO_ICMP_TYPE  232 net/ipv4/netfilter/nf_conntrack_proto_icmp.c 	NLA_PUT_U8(skb, CTA_PROTO_ICMP_TYPE, t->dst.u.icmp.type);
CTA_PROTO_ICMP_TYPE  242 net/ipv4/netfilter/nf_conntrack_proto_icmp.c 	[CTA_PROTO_ICMP_TYPE]	= { .type = NLA_U8 },
CTA_PROTO_ICMP_TYPE  250 net/ipv4/netfilter/nf_conntrack_proto_icmp.c 	if (!tb[CTA_PROTO_ICMP_TYPE]
CTA_PROTO_ICMP_TYPE  255 net/ipv4/netfilter/nf_conntrack_proto_icmp.c 	tuple->dst.u.icmp.type = nla_get_u8(tb[CTA_PROTO_ICMP_TYPE]);