Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dbuild.c37 nfnl_nest_end(&req->nlh, nest); in __build_tuple_ip()
86 nfnl_nest_end(&req->nlh, nest); in __build_tuple_proto()
103 nfnl_nest_end(&req->nlh, nest); in __build_tuple()
154 nfnl_nest_end(&req->nlh, nest_proto); in __build_protoinfo()
155 nfnl_nest_end(&req->nlh, nest); in __build_protoinfo()
179 nfnl_nest_end(&req->nlh, nest_proto); in __build_protoinfo()
180 nfnl_nest_end(&req->nlh, nest); in __build_protoinfo()
213 nfnl_nest_end(&req->nlh, nest_proto); in __build_protoinfo()
214 nfnl_nest_end(&req->nlh, nest); in __build_protoinfo()
252 nfnl_nest_end(&req->nlh, nest); in __build_nat_seq_adj()
[all …]
/external/libnetfilter_conntrack/src/expect/
Dbuild.c92 nfnl_nest_end(&req->nlh, nest); in __build_expect()
/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h203 #define nfnl_nest_end(nlh, tail) \ macro