Home
last modified time | relevance | path

Searched refs:next_chain (Results 1 – 5 of 5) sorted by relevance

/third_party/iptables/include/libiptc/
Dxtcshared.h17 const char *(*next_chain)(struct xtc_handle *); member
/third_party/iptables/iptables/
Diptables-save.c101 chain = cb->ops->next_chain(h)) { in do_output()
118 chain = cb->ops->next_chain(h)) { in do_output()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.c185 nghttp2_buf_chain *chain, *next_chain; in nghttp2_bufs_free() local
192 next_chain = chain->next; in nghttp2_bufs_free()
196 chain = next_chain; in nghttp2_bufs_free()
/third_party/nghttp2/lib/
Dnghttp2_buf.c185 nghttp2_buf_chain *chain, *next_chain; in nghttp2_bufs_free() local
192 next_chain = chain->next; in nghttp2_bufs_free()
196 chain = next_chain; in nghttp2_bufs_free()
/third_party/iptables/libiptc/
Dlibiptc.c2747 .next_chain = TC_NEXT_CHAIN,