Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild.c18 nest = nfnl_nest(&req->nlh, size, CTA_TUPLE_IP); in __build_tuple_ip()
46 nest = nfnl_nest(&req->nlh, size, CTA_TUPLE_PROTO); in __build_tuple_proto()
101 nest = nfnl_nest(&req->nlh, size, type); in __build_tuple()
125 nest = nfnl_nest(&req->nlh, size, CTA_PROTOINFO); in __build_protoinfo()
126 nest_proto = nfnl_nest(&req->nlh, size, CTA_PROTOINFO_TCP); in __build_protoinfo()
164 nest = nfnl_nest(&req->nlh, size, CTA_PROTOINFO); in __build_protoinfo()
165 nest_proto = nfnl_nest(&req->nlh, size, CTA_PROTOINFO_SCTP); in __build_protoinfo()
189 nest = nfnl_nest(&req->nlh, size, CTA_PROTOINFO); in __build_protoinfo()
190 nest_proto = nfnl_nest(&req->nlh, size, CTA_PROTOINFO_DCCP); in __build_protoinfo()
250 nest = nfnl_nest(&req->nlh, size, type); in __build_nat_seq_adj()
[all …]
/external/libnetfilter_conntrack/src/expect/
Dbuild.c88 nest = nfnl_nest(&req->nlh, size, CTA_EXPECT_NAT); in __build_expect()
/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h199 #define nfnl_nest(nlh, bufsize, type) \ macro