Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dcls_api.c1719 struct tcf_proto *tp_iter; in tcf_chain_tp_delete_empty() local
1727 (tp_iter = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_delete_empty()
1728 pprev = &tp_iter->next) { in tcf_chain_tp_delete_empty()
1729 if (tp_iter == tp) { in tcf_chain_tp_delete_empty()
1731 chain_info.next = tp_iter->next; in tcf_chain_tp_delete_empty()
1732 WARN_ON(tp_iter->deleting); in tcf_chain_tp_delete_empty()
1740 if (!tp_iter || !tcf_proto_check_delete(tp, rtnl_held)) { in tcf_chain_tp_delete_empty()