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

  /external/iproute2/tc/
m_ipt.c 54 static struct iptables_target *t_list = NULL; variable in typeref:struct:iptables_target
66 me->next = t_list;
67 t_list = me;
74 me->next = t_list;
75 t_list = me;
212 for (m = t_list; m; m = m->next) {

Completed in 1312 milliseconds