Searched refs:nl_list_head (Results 1 – 13 of 13) sorted by relevance
/external/libnl/include/netlink/ |
D | list.h | 15 struct nl_list_head struct 17 struct nl_list_head * next; argument 18 struct nl_list_head * prev; argument 21 static inline void NL_INIT_LIST_HEAD(struct nl_list_head *list) in NL_INIT_LIST_HEAD() 27 static inline void __nl_list_add(struct nl_list_head *obj, in __nl_list_add() 28 struct nl_list_head *prev, in __nl_list_add() 29 struct nl_list_head *next) in __nl_list_add() 37 static inline void nl_list_add_tail(struct nl_list_head *obj, in nl_list_add_tail() 38 struct nl_list_head *head) in nl_list_add_tail() 43 static inline void nl_list_add_head(struct nl_list_head *obj, in nl_list_add_head() [all …]
|
D | object-api.h | 188 struct nl_list_head ce_list; \
|
/external/libnl/include/ |
D | 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 *);
|
D | netlink-types.h | 75 struct nl_list_head c_items; 250 struct nl_list_head rtnh_list; 276 struct nl_list_head rt_nexthops; 520 struct nl_list_head e_childs; 521 struct nl_list_head e_list; 530 struct nl_list_head et_list; 702 struct nl_list_head o_list; 715 struct nl_list_head gf_ops;
|
/external/libnl/src/cls/ |
D | utils.h | 23 struct nl_list_head list; 35 struct nl_list_head list;
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 195 static void free_ematch_list(struct nl_list_head *head) in free_ematch_list() 227 struct nl_list_head *root) in link_tree() 363 static void dump_ematch_sequence(struct nl_list_head *head, in dump_ematch_sequence()
|
/external/libnl/include/netlink/route/ |
D | pktloc.h | 34 struct nl_list_head list;
|
D | route.h | 98 extern struct nl_list_head *rtnl_route_get_nexthops(struct rtnl_route *);
|
/external/libnl/include/netlink/genl/ |
D | mngt.h | 76 struct nl_list_head o_list;
|
/external/libnl/include/netlink/route/cls/ |
D | ematch.h | 36 struct nl_list_head eo_list;
|
/external/libnl/lib/ |
D | utils.c | 764 int __trans_list_add(int i, const char *a, struct nl_list_head *head) in __trans_list_add() 780 void __trans_list_clear(struct nl_list_head *head) in __trans_list_clear() 806 struct nl_list_head *head) in __list_type2str() 861 int __list_str2type(const char *buf, struct nl_list_head *head) in __list_str2type()
|
/external/libnl/lib/route/ |
D | pktloc.c | 45 static struct nl_list_head pktloc_name_ht[PKTLOC_NAME_HT_SIZ];
|
D | route_obj.c | 759 struct nl_list_head *rtnl_route_get_nexthops(struct rtnl_route *route) in rtnl_route_get_nexthops()
|