Searched defs:nl_list_head (Results 1 - 1 of 1) sorted by last modified time

/external/libnl/include/netlink/
H A Dlist.h15 struct nl_list_head struct
17 struct nl_list_head * next;
18 struct nl_list_head * prev;
21 static inline void NL_INIT_LIST_HEAD(struct nl_list_head *list)
27 static inline void __nl_list_add(struct nl_list_head *obj,
28 struct nl_list_head *prev,
29 struct nl_list_head *next)
37 static inline void nl_list_add_tail(struct nl_list_head *obj,
38 struct nl_list_head *head)
43 static inline void nl_list_add_head(struct nl_list_head *ob
[all...]

Completed in 229 milliseconds