Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
A Dnfnetlink_conntrack.h85 CTA_PROTO_NUM, enumerator
/linux/net/netfilter/
A Dnf_conntrack_netlink.c71 if (nla_put_u8(skb, CTA_PROTO_NUM, tuple->dst.protonum)) in ctnetlink_dump_tuples_proto()
1076 if ((flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) && in ctnetlink_filter_match_tuple()
1329 [CTA_PROTO_NUM] = { .type = NLA_U8 },
1345 if (!(flags & CTA_FILTER_FLAG(CTA_PROTO_NUM))) in ctnetlink_parse_tuple_proto()
1348 if (!tb[CTA_PROTO_NUM]) in ctnetlink_parse_tuple_proto()
1351 tuple->dst.protonum = nla_get_u8(tb[CTA_PROTO_NUM]); in ctnetlink_parse_tuple_proto()
1452 if (flags & CTA_FILTER_FLAG(CTA_PROTO_NUM)) { in ctnetlink_parse_tuple_filter()

Completed in 10 milliseconds