Searched refs:tcf_gact (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/net/tc_act/
H A Dtc_gact.h6 struct tcf_gact { struct
15 container_of(a->priv, struct tcf_gact, common)
/linux-4.1.27/net/sched/
H A Dact_gact.c29 static int gact_net_rand(struct tcf_gact *gact) gact_net_rand()
36 static int gact_determ(struct tcf_gact *gact) gact_determ()
43 typedef int (*g_rand)(struct tcf_gact *gact);
58 struct tcf_gact *gact; tcf_gact_init()
117 static int tcf_gact(struct sk_buff *skb, const struct tc_action *a, tcf_gact() function
120 struct tcf_gact *gact = a->priv; tcf_gact()
145 struct tcf_gact *gact = a->priv; tcf_gact_dump()
184 .act = tcf_gact,

Completed in 30 milliseconds