Lines Matching refs:a
26 const struct tc_action *a, in tcf_simp_act() argument
29 struct tcf_defact *d = to_defact(a); in tcf_simp_act()
46 static void tcf_simp_release(struct tc_action *a) in tcf_simp_release() argument
48 struct tcf_defact *d = to_defact(a); in tcf_simp_release()
61 static int reset_policy(struct tc_action *a, const struct nlattr *defdata, in reset_policy() argument
72 d = to_defact(a); in reset_policy()
74 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch); in reset_policy()
89 struct nlattr *est, struct tc_action **a, in tcf_simp_init() argument
116 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
125 tcf_idr_release(*a, bind); in tcf_simp_init()
132 ret = tcf_idr_create(tn, index, est, a, in tcf_simp_init()
139 d = to_defact(*a); in tcf_simp_init()
149 tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_simp_init()
157 err = reset_policy(*a, tb[TCA_DEF_DATA], parm, tp, extack); in tcf_simp_init()
167 tcf_idr_release(*a, bind); in tcf_simp_init()
171 static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, in tcf_simp_dump() argument
175 struct tcf_defact *d = to_defact(a); in tcf_simp_dump()