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

  /external/libnl/lib/route/
route_utils.c 51 static NL_LIST_HEAD(table_names);
96 static NL_LIST_HEAD(proto_names);
  /external/libnl/src/cls/
utils.c 73 static NL_LIST_HEAD(cls_modules);
  /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/lib/genl/
mngt.c 91 static NL_LIST_HEAD(genl_ops_list);
  /external/libnl/lib/route/cls/
ematch.c 31 static NL_LIST_HEAD(ematch_ops_list);
195 static void free_ematch_list(struct nl_list_head *head)
227 struct nl_list_head *root)
363 static void dump_ematch_sequence(struct nl_list_head *head,

Completed in 124 milliseconds