Searched refs:tcf_gact (Results 1 – 2 of 2) sorted by relevance
29 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()36 static int gact_determ(struct tcf_gact *gact) in gact_determ()43 typedef int (*g_rand)(struct tcf_gact *gact);58 struct tcf_gact *gact; in tcf_gact_init()117 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact() function120 struct tcf_gact *gact = a->priv; in tcf_gact()145 struct tcf_gact *gact = a->priv; in tcf_gact_dump()184 .act = tcf_gact,
6 struct tcf_gact { struct15 container_of(a->priv, struct tcf_gact, common) argument