HomeSort by relevance Sort by last modified time
    Searched refs:NL_LIST_HEAD (Results 1 - 6 of 6) sorted by null

  /external/libnl/lib/route/
route_utils.c 51 static NL_LIST_HEAD(table_names);
97 static NL_LIST_HEAD(proto_names);
  /external/libnl/include/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...]
  /external/libnl/src/lib/
tc.c 95 static NL_LIST_HEAD(tc_modules);
  /external/libnl/lib/route/link/
api.c 48 static NL_LIST_HEAD(info_ops);
  /external/libnl/lib/genl/
mngt.c 31 static NL_LIST_HEAD(genl_ops_list);
  /external/libnl/lib/route/cls/
ematch.c 34 static NL_LIST_HEAD(ematch_ops_list);
262 static void free_ematch_list(struct nl_list_head *head)
308 struct nl_list_head *root)
475 static void dump_ematch_sequence(struct nl_list_head *head,
521 static int update_container_index(struct nl_list_head *list, int *index)
546 static int fill_ematch_sequence(struct nl_msg *msg, struct nl_list_head *list)
629 extern int ematch_parse(void *, char **, struct nl_list_head *);

Completed in 102 milliseconds