OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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