Searched refs:tcf_gact (Results 1 – 2 of 2) sorted by relevance
38 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()45 static int gact_determ(struct tcf_gact *gact) in gact_determ()52 typedef int (*g_rand)(struct tcf_gact *gact);66 struct tcf_gact *gact; in tcf_gact_init()121 struct tcf_gact *gact = a->priv; in tcf_gact_cleanup()128 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, in tcf_gact() function131 struct tcf_gact *gact = a->priv; in tcf_gact()156 struct tcf_gact *gact = a->priv; in tcf_gact_dump()194 .act = tcf_gact,
6 struct tcf_gact { struct15 container_of(pc, struct tcf_gact, common) argument