Home
last modified time | relevance | path

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

/net/sched/
Dact_api.c28 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec()
88 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact() argument
91 rcu_swap_protected(a->goto_chain, goto_chain, 1); in tcf_action_set_ctrlact()
92 return goto_chain; in tcf_action_set_ctrlact()
103 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
684 if (unlikely(!rcu_access_pointer(a->goto_chain))) { in tcf_action_exec()
935 !rcu_access_pointer(a->goto_chain)) { in tcf_action_init_1()