Lines Matching full:act
35 static int tcf_bpf_act(struct sk_buff *skb, const struct tc_action *act, in tcf_bpf_act() argument
39 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act()
135 static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, in tcf_bpf_dump() argument
139 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()
277 struct nlattr *est, struct tc_action **act, in tcf_bpf_init() argument
305 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
307 ret = tcf_idr_create(tn, index, est, act, in tcf_bpf_init()
321 tcf_idr_release(*act, bind); in tcf_bpf_init()
347 prog = to_bpf(*act); in tcf_bpf_init()
359 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch); in tcf_bpf_init()
379 tcf_idr_release(*act, bind); in tcf_bpf_init()
383 static void tcf_bpf_cleanup(struct tc_action *act) in tcf_bpf_cleanup() argument
387 tcf_bpf_prog_fill_cfg(to_bpf(act), &tmp); in tcf_bpf_cleanup()
412 .act = tcf_bpf_act,