Lines Matching defs:act
35 static int tcf_bpf_act(struct sk_buff *skb, const struct tc_action *act,
39 struct tcf_bpf *prog = to_bpf(act);
137 static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act,
141 struct tcf_bpf *prog = to_bpf(act);
279 struct nlattr *est, struct tc_action **act,
307 ret = tcf_idr_check_alloc(tn, &index, act, bind);
309 ret = tcf_idr_create(tn, index, est, act,
323 tcf_idr_release(*act, bind);
349 prog = to_bpf(*act);
361 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch);
381 tcf_idr_release(*act, bind);
385 static void tcf_bpf_cleanup(struct tc_action *act)
389 tcf_bpf_prog_fill_cfg(to_bpf(act), &tmp);
414 .act = tcf_bpf_act,