OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_list_empty
(Results
1 - 4
of
4
) sorted by null
/external/libnl/lib/
cache.c
96
return
nl_list_empty
(&cache->c_items);
114
if (
nl_list_empty
(&cache->c_items))
127
if (
nl_list_empty
(&cache->c_items))
331
if (!
nl_list_empty
(&obj->ce_list)) {
364
if (!
nl_list_empty
(&obj->ce_list))
/external/libnl/include/netlink/
list.h
55
static inline int
nl_list_empty
(struct nl_list_head *head)
function
/external/libnl/lib/route/cls/
ematch.c
200
if (!
nl_list_empty
(&pos->e_childs))
/external/libnl/lib/route/
route_obj.c
822
if (!
nl_list_empty
(&route->rt_nexthops)) {
Completed in 835 milliseconds