Home
last modified time | relevance | path

Searched refs:hlist_head (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h297 struct hlist_head { struct
306 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT argument
322 hlist_empty(const struct hlist_head *h) in hlist_empty()
348 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
381 hlist_move_list(struct hlist_head *old, struct hlist_head *new) in hlist_move_list()
/third_party/iptables/libiptc/
Dlinux_list.h509 struct hlist_head { struct
518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
527 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
583 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
614 struct hlist_head *h) in hlist_add_head_rcu()
/third_party/iptables/iptables/
Dnft-chain.h19 struct hlist_head names[CHAIN_NAME_HSIZE];
Dnft-cache.c177 static struct hlist_head *chain_name_hlist(struct nft_handle *h, in chain_name_hlist()