Home
last modified time | relevance | path

Searched refs:CTA_PROTO_ICMPV6_CODE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c235 nla_put_u8(skb, CTA_PROTO_ICMPV6_CODE, t->dst.u.icmp.code)) in icmpv6_tuple_to_nlattr()
245 [CTA_PROTO_ICMPV6_CODE] = { .type = NLA_U8 },
264 if (flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_CODE)) { in icmpv6_nlattr_to_tuple()
265 if (!tb[CTA_PROTO_ICMPV6_CODE]) in icmpv6_nlattr_to_tuple()
268 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMPV6_CODE]); in icmpv6_nlattr_to_tuple()
H A Dnf_conntrack_netlink.c1119 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_ICMPV6_CODE)) && in ctnetlink_filter_match_tuple()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_conntrack.h93 CTA_PROTO_ICMPV6_CODE, enumerator