Home
last modified time | relevance | path

Searched refs:trav (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/netfilter/
Dx_tables.c1009 struct nf_mttg_trav *trav = seq->private; in xt_mttg_seq_next() local
1011 switch (trav->class) { in xt_mttg_seq_next()
1013 trav->class = MTTG_TRAV_NFP_UNSPEC; in xt_mttg_seq_next()
1015 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1019 trav->curr = trav->curr->next; in xt_mttg_seq_next()
1020 if (trav->curr != trav->head) in xt_mttg_seq_next()
1023 mutex_lock(&xt[trav->nfproto].mutex); in xt_mttg_seq_next()
1024 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1025 &xt[trav->nfproto].target : &xt[trav->nfproto].match; in xt_mttg_seq_next()
1026 trav->class = next_class[trav->class]; in xt_mttg_seq_next()
[all …]