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
108 for (a = action_list; a; a = a->next) {
130 a->next = action_list;
131 action_list = a;

Completed in 110 milliseconds