Searched refs:hlist_for_each_entry (Results 1 – 3 of 3) sorted by relevance
/third_party/iptables/libiptc/ |
D | linux_list.h | 663 #define hlist_for_each_entry(tpos, pos, head, member) \ macro
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 445 #define hlist_for_each_entry(pos, head, member) \ macro
|
/third_party/iptables/iptables/ |
D | nft-cache.c | 197 hlist_for_each_entry(c, node, chain_name_hlist(h, t, chain), hnode) { in nft_chain_find()
|