Searched refs:nfnl_nest_end (Results 1 – 3 of 3) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | build.c | 37 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/ |
D | build.c | 92 nfnl_nest_end(&req->nlh, nest); in __build_expect()
|
/external/libnfnetlink/include/libnfnetlink/ |
D | libnfnetlink.h | 203 #define nfnl_nest_end(nlh, tail) \ macro
|