Home
last modified time | relevance | path

Searched refs:CTA_PROTO_ICMP_CODE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c241 nla_put_u8(skb, CTA_PROTO_ICMP_CODE, t->dst.u.icmp.code)) in icmp_tuple_to_nlattr()
251 [CTA_PROTO_ICMP_CODE] = { .type = NLA_U8 },
259 !tb[CTA_PROTO_ICMP_CODE] || in icmp_nlattr_to_tuple()
264 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMP_CODE]); in icmp_nlattr_to_tuple()
/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_conntrack.h86 CTA_PROTO_ICMP_CODE, enumerator