Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_api.c758 struct tcf_proto *tp, *tp_next; in tcf_chain_flush() local
763 tp_next = rcu_dereference_protected(tp->next, 1); in tcf_chain_flush()
765 tp = tp_next; in tcf_chain_flush()
774 tp_next = rcu_dereference_protected(tp->next, 1); in tcf_chain_flush()
776 tp = tp_next; in tcf_chain_flush()
1159 struct tcf_proto *tp_next = __tcf_get_next_proto(chain, tp); in tcf_get_next_proto() local
1164 return tp_next; in tcf_get_next_proto()