Searched refs:nl_list_head (Results 1 – 18 of 18) 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 …]
|
/external/libnl/include/netlink-private/ |
D | netlink.h | 82 struct nl_list_head list; 122 extern int __trans_list_add(int, const char *, struct nl_list_head *); 123 extern void __trans_list_clear(struct nl_list_head *); 128 extern char *__list_type2str(int, char *, size_t, struct nl_list_head *); 129 extern int __list_str2type(const char *, struct nl_list_head *);
|
D | types.h | 84 struct nl_list_head c_items; 273 struct nl_list_head rtnh_list; 299 struct nl_list_head rt_nexthops; 561 struct nl_list_head e_childs; 562 struct nl_list_head e_list; 571 struct nl_list_head et_list; 758 struct nl_list_head o_list; 763 struct nl_list_head list; /* private */ 778 struct nl_list_head gf_ops; 779 struct nl_list_head gf_mc_grps;
|
D | object-api.h | 189 struct nl_list_head ce_list; \
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 262 static void free_ematch_list(struct nl_list_head *head) in free_ematch_list() 308 struct nl_list_head *root) in link_tree() 475 static void dump_ematch_sequence(struct nl_list_head *head, in dump_ematch_sequence() 521 static int update_container_index(struct nl_list_head *list, int *index) in update_container_index() 546 static int fill_ematch_sequence(struct nl_msg *msg, struct nl_list_head *list) in fill_ematch_sequence() 629 extern int ematch_parse(void *, char **, struct nl_list_head *);
|
D | ematch_syntax.y | 36 %parse-param {struct nl_list_head *root} 53 static void yyerror(void *scanner, char **errp, struct nl_list_head *root, const char *msg)
|
/external/libnl/include/netlink/route/ |
D | pktloc.h | 35 struct nl_list_head list;
|
D | route.h | 102 extern struct nl_list_head *rtnl_route_get_nexthops(struct rtnl_route *);
|
/external/libnl/include/netlink/cli/ |
D | tc.h | 34 struct nl_list_head tm_list;
|
/external/libnl/include/netlink/genl/ |
D | mngt.h | 159 struct nl_list_head o_list;
|
/external/libnl/include/netlink-private/route/ |
D | tc-api.h | 83 struct nl_list_head to_list;
|
/external/libnl/lib/route/ |
D | classid.c | 28 struct nl_list_head name_list; 33 static struct nl_list_head tbl_name[CLASSID_NAME_HT_SIZ];
|
D | pktloc.c | 46 static struct nl_list_head pktloc_name_ht[PKTLOC_NAME_HT_SIZ];
|
D | tc.c | 29 static struct nl_list_head tc_ops_list[__RTNL_TC_TYPE_MAX];
|
D | route_obj.c | 849 struct nl_list_head *rtnl_route_get_nexthops(struct rtnl_route *route) in rtnl_route_get_nexthops()
|
/external/libnl/include/netlink/route/cls/ |
D | ematch.h | 45 struct nl_list_head eo_list;
|
/external/libnl/include/netlink-private/route/link/ |
D | api.h | 63 struct nl_list_head io_list;
|
/external/libnl/lib/ |
D | utils.c | 957 int __trans_list_add(int i, const char *a, struct nl_list_head *head) in __trans_list_add() 973 void __trans_list_clear(struct nl_list_head *head) in __trans_list_clear() 1001 struct nl_list_head *head) in __list_type2str() 1056 int __list_str2type(const char *buf, struct nl_list_head *head) in __list_str2type()
|