Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dx_tables.c1557 struct nf_mttg_trav *trav = seq->private; in xt_mttg_seq_next() local
1559 switch (trav->class) { in xt_mttg_seq_next()
1561 trav->class = MTTG_TRAV_NFP_UNSPEC; in xt_mttg_seq_next()
1563 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1567 trav->curr = trav->curr->next; in xt_mttg_seq_next()
1568 if (trav->curr != trav->head) in xt_mttg_seq_next()
1572 trav->head = trav->curr = is_target ? in xt_mttg_seq_next()
1574 trav->class = next_class[trav->class]; in xt_mttg_seq_next()
1577 trav->curr = trav->curr->next; in xt_mttg_seq_next()
1578 if (trav->curr != trav->head) in xt_mttg_seq_next()
[all …]