Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dcls_api.c1664 struct tcf_chain_info *chain_info) in tcf_chain_tp_prev() argument
1666 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev()
1670 struct tcf_chain_info *chain_info, in tcf_chain_tp_insert() argument
1676 RCU_INIT_POINTER(tp->next, tcf_chain_tp_prev(chain, chain_info)); in tcf_chain_tp_insert()
1677 if (*chain_info->pprev == chain->filter_chain) in tcf_chain_tp_insert()
1680 rcu_assign_pointer(*chain_info->pprev, tp); in tcf_chain_tp_insert()
1686 struct tcf_chain_info *chain_info, in tcf_chain_tp_remove() argument
1689 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove()
1694 RCU_INIT_POINTER(*chain_info->pprev, next); in tcf_chain_tp_remove()
1698 struct tcf_chain_info *chain_info,
[all …]