Lines Matching defs:goto_ch
65 struct tcf_chain *goto_ch = NULL;
69 err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack);
74 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch);
78 if (goto_ch)
79 tcf_chain_put_by_act(goto_ch);
96 struct tcf_chain *goto_ch = NULL;
140 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,
149 tcf_action_set_ctrlact(*a, parm->action, goto_ch);
164 if (goto_ch)
165 tcf_chain_put_by_act(goto_ch);