Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_api.c96 "can't allocate goto_chain"); in tcf_action_check_ctrlact()
105 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact() argument
108 goto_chain = rcu_replace_pointer(a->goto_chain, goto_chain, 1); in tcf_action_set_ctrlact()
109 return goto_chain; in tcf_action_set_ctrlact()
115 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
1183 struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_exec()
/linux/include/net/
H A Dact_api.h46 struct tcf_chain __rcu *goto_chain; member