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()
137 static int tcf_bpf_dump(struct sk_buff *skb, struct tc_action *act, in tcf_bpf_dump() argument
141 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump()
279 struct nlattr *est, struct tc_action **act, in tcf_bpf_init() argument
307 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
309 ret = tcf_idr_create(tn, index, est, act, in tcf_bpf_init()
323 tcf_idr_release(*act, bind); in tcf_bpf_init()
349 prog = to_bpf(*act); in tcf_bpf_init()
361 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch); in tcf_bpf_init()
381 tcf_idr_release(*act, bind); in tcf_bpf_init()
385 static void tcf_bpf_cleanup(struct tc_action *act) in tcf_bpf_cleanup() argument
389 tcf_bpf_prog_fill_cfg(to_bpf(act), &tmp); in tcf_bpf_cleanup()
414 .act = tcf_bpf_act,