Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-chain.c39 INIT_HLIST_HEAD(&list->names[i]); in nft_chain_list_alloc()
/third_party/iptables/libiptc/
Dlinux_list.h519 #define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h307 #define INIT_HLIST_HEAD(head) (head)->first = NULL macro