Home
last modified time | relevance | path

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

/linux/net/sched/
A Dact_api.c44 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec()
104 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact() argument
107 goto_chain = rcu_replace_pointer(a->goto_chain, goto_chain, 1); in tcf_action_set_ctrlact()
108 return goto_chain; in tcf_action_set_ctrlact()
119 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
756 if (unlikely(!rcu_access_pointer(a->goto_chain))) { in tcf_action_exec()
/linux/include/net/
A Dact_api.h42 struct tcf_chain __rcu *goto_chain; member

Completed in 6 milliseconds