goto_chain         43 include/net/act_api.h 	struct tcf_chain	__rcu *goto_chain;
goto_chain         28 net/sched/act_api.c 	const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain);
goto_chain         88 net/sched/act_api.c 					 struct tcf_chain *goto_chain)
goto_chain         91 net/sched/act_api.c 	rcu_swap_protected(a->goto_chain, goto_chain, 1);
goto_chain         92 net/sched/act_api.c 	return goto_chain;
goto_chain        103 net/sched/act_api.c 	struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1);
goto_chain        684 net/sched/act_api.c 			if (unlikely(!rcu_access_pointer(a->goto_chain))) {
goto_chain        935 net/sched/act_api.c 	    !rcu_access_pointer(a->goto_chain)) {