Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c1730 struct tcf_proto *tp_iter; in tcf_chain_tp_delete_empty() local
1738 (tp_iter = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_delete_empty()
1739 pprev = &tp_iter->next) { in tcf_chain_tp_delete_empty()
1740 if (tp_iter == tp) { in tcf_chain_tp_delete_empty()
1742 chain_info.next = tp_iter->next; in tcf_chain_tp_delete_empty()
1743 WARN_ON(tp_iter->deleting); in tcf_chain_tp_delete_empty()
1751 if (!tp_iter || !tcf_proto_check_delete(tp)) { in tcf_chain_tp_delete_empty()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c1901 struct tcf_proto *tp_iter; in tcf_chain_tp_delete_empty() local
1909 (tp_iter = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_delete_empty()
1910 pprev = &tp_iter->next) { in tcf_chain_tp_delete_empty()
1911 if (tp_iter == tp) { in tcf_chain_tp_delete_empty()
1913 chain_info.next = tp_iter->next; in tcf_chain_tp_delete_empty()
1914 WARN_ON(tp_iter->deleting); in tcf_chain_tp_delete_empty()
1922 if (!tp_iter || !tcf_proto_check_delete(tp)) { in tcf_chain_tp_delete_empty()

Completed in 10 milliseconds