Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c231 NLA_PUT_BE16(skb, CTA_PROTO_ICMP_ID, t->src.u.icmp.id); in icmp_tuple_to_nlattr()
244 [CTA_PROTO_ICMP_ID] = { .type = NLA_U16 },
252 !tb[CTA_PROTO_ICMP_ID]) in icmp_nlattr_to_tuple()
257 tuple->src.u.icmp.id = nla_get_be16(tb[CTA_PROTO_ICMP_ID]); in icmp_nlattr_to_tuple()
/linux-3.4.99/include/linux/netfilter/
Dnfnetlink_conntrack.h74 CTA_PROTO_ICMP_ID, enumerator