OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_list_head
(Results
1 - 7
of
7
) sorted by null
/external/libnl-headers/netlink/
list.h
15
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
*obj
[
all
...]
object-api.h
188
struct
nl_list_head
ce_list; \
/external/libnl-headers/netlink/genl/
mngt.h
76
struct
nl_list_head
o_list;
/external/libnl-headers/netlink/route/cls/
ematch.h
36
struct
nl_list_head
eo_list;
/external/libnl-headers/
netlink-local.h
68
struct
nl_list_head
list;
89
extern int __trans_list_add(int, const char *, struct
nl_list_head
*);
90
extern void __trans_list_clear(struct
nl_list_head
*);
95
extern char *__list_type2str(int, char *, size_t, struct
nl_list_head
*);
96
extern int __list_str2type(const char *, struct
nl_list_head
*);
netlink-types.h
78
struct
nl_list_head
c_items;
253
struct
nl_list_head
rtnh_list;
279
struct
nl_list_head
rt_nexthops;
523
struct
nl_list_head
e_childs;
524
struct
nl_list_head
e_list;
533
struct
nl_list_head
et_list;
705
struct
nl_list_head
o_list;
718
struct
nl_list_head
gf_ops;
/external/libnl-headers/netlink/route/
route.h
98
extern struct
nl_list_head
*rtnl_route_get_nexthops(struct rtnl_route *);
Completed in 177 milliseconds