Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_api.c1016 static struct tcf_proto *tcf_chain_tp_prev(struct tcf_chain_info *chain_info) in tcf_chain_tp_prev() argument
1018 return rtnl_dereference(*chain_info->pprev); in tcf_chain_tp_prev()
1022 struct tcf_chain_info *chain_info, in tcf_chain_tp_insert() argument
1025 if (*chain_info->pprev == chain->filter_chain) in tcf_chain_tp_insert()
1027 RCU_INIT_POINTER(tp->next, tcf_chain_tp_prev(chain_info)); in tcf_chain_tp_insert()
1028 rcu_assign_pointer(*chain_info->pprev, tp); in tcf_chain_tp_insert()
1033 struct tcf_chain_info *chain_info, in tcf_chain_tp_remove() argument
1036 struct tcf_proto *next = rtnl_dereference(chain_info->next); in tcf_chain_tp_remove()
1040 RCU_INIT_POINTER(*chain_info->pprev, next); in tcf_chain_tp_remove()
1045 struct tcf_chain_info *chain_info, in tcf_chain_tp_find() argument
[all …]