HomeSort by relevance Sort by last modified time
    Searched full:genl_list (Results 1 - 1 of 1) sorted by null

  /external/iproute2/genl/
genl.c 36 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 48 milliseconds