Searched defs:genl_list (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/genl/
H A Dgenl.c36 static struct genl_util * genl_list; variable in typeref:struct:genl_util
63 for (f = genl_list; f; f = f->next)
84 f->next = genl_list;
85 genl_list = f;

Completed in 163 milliseconds