Lines Matching refs:a
35 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release() argument
37 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release()
48 struct nlattr *est, struct tc_action *a, int ovr, in tcf_mirred_init() argument
93 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_mirred_init()
96 ret = tcf_hash_create(parm->index, est, a, sizeof(*m), bind); in tcf_mirred_init()
102 tcf_hash_release(a, bind); in tcf_mirred_init()
106 m = to_mirred(a); in tcf_mirred_init()
122 tcf_hash_insert(a); in tcf_mirred_init()
128 static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a, in tcf_mirred() argument
131 struct tcf_mirred *m = a->priv; in tcf_mirred()
185 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump() argument
188 struct tcf_mirred *m = a->priv; in tcf_mirred_dump()