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

/external/iproute2/tc/
H A Dm_action.c31 static struct action_util * action_list; variable in typeref:struct:action_util
109 for (a = action_list; a; a = a->next) {
131 a->next = action_list;
132 action_list = a;

Completed in 390 milliseconds