Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/netfilter/
Dnfnetlink_conntrack.h83 CTA_PROTO_NUM, enumerator
/Linux-v4.19/net/netfilter/
Dnf_conntrack_netlink.c69 if (nla_put_u8(skb, CTA_PROTO_NUM, tuple->dst.protonum)) in ctnetlink_dump_tuples_proto()
1031 [CTA_PROTO_NUM] = { .type = NLA_U8 },
1046 if (!tb[CTA_PROTO_NUM]) in ctnetlink_parse_tuple_proto()
1048 tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]); in ctnetlink_parse_tuple_proto()