Lines Matching defs:goto_ch
63 struct tcf_chain *goto_ch = NULL;
67 err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack);
72 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch);
76 if (goto_ch)
77 tcf_chain_put_by_act(goto_ch);
94 struct tcf_chain *goto_ch = NULL;
138 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,
147 tcf_action_set_ctrlact(*a, parm->action, goto_ch);
162 if (goto_ch)
163 tcf_chain_put_by_act(goto_ch);