Home
last modified time | relevance | path

Searched refs:NL_INIT_LIST_HEAD (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/cls/
Dematch.c117 NL_INIT_LIST_HEAD(&e->e_list); in rtnl_ematch_alloc()
118 NL_INIT_LIST_HEAD(&e->e_childs); in rtnl_ematch_alloc()
189 NL_INIT_LIST_HEAD(&tree->et_list); in rtnl_ematch_tree_alloc()
/external/libnl/include/netlink/
Dlist.h21 static inline void NL_INIT_LIST_HEAD(struct nl_list_head *list) in NL_INIT_LIST_HEAD() function