Lines Matching refs:act
36 const struct tc_action *act, in tcf_bpf_act() argument
40 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act()
138 static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, in tcf_bpf_dump() argument
142 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()
280 struct nlattr *est, struct tc_action **act, in tcf_bpf_init() argument
308 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
310 ret = tcf_idr_create(tn, index, est, act, in tcf_bpf_init()
324 tcf_idr_release(*act, bind); in tcf_bpf_init()
350 prog = to_bpf(*act); in tcf_bpf_init()
362 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch); in tcf_bpf_init()
382 tcf_idr_release(*act, bind); in tcf_bpf_init()
386 static void tcf_bpf_cleanup(struct tc_action *act) in tcf_bpf_cleanup() argument
390 tcf_bpf_prog_fill_cfg(to_bpf(act), &tmp); in tcf_bpf_cleanup()
398 .act = tcf_bpf_act,