OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INIT_HLIST_NODE
(Results
1 - 4
of
4
) sorted by null
/external/iptables/libiptc/
linux_list.h
520
#define
INIT_HLIST_NODE
(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
577
INIT_HLIST_NODE
(n);
/external/libnetfilter_conntrack/include/internal/
linux_list.h
525
#define
INIT_HLIST_NODE
(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
582
INIT_HLIST_NODE
(n);
/external/libnfnetlink/include/
linux_list.h
524
#define
INIT_HLIST_NODE
(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
581
INIT_HLIST_NODE
(n);
/external/u-boot/include/linux/
list.h
554
static inline void
INIT_HLIST_NODE
(struct hlist_node *h)
590
INIT_HLIST_NODE
(n);
Completed in 564 milliseconds