Home
last modified time | relevance | path

Searched defs:INIT_HLIST_NODE (Results 1 – 4 of 4) sorted by relevance

/external/libnfnetlink/include/
Dlinux_list.h524 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL) macro
/external/iptables/libiptc/
Dlinux_list.h520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL) macro
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h525 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL) macro
/external/u-boot/include/linux/
Dlist.h554 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() function