Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_gact.c26 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()
34 static int gact_determ(struct tcf_gact *gact) in gact_determ()
44 typedef int (*g_rand)(struct tcf_gact *gact);
63 struct tcf_gact *gact; in tcf_gact_init()
158 struct tcf_gact *gact = to_gact(a); in tcf_gact_act()
181 struct tcf_gact *gact = to_gact(a); in tcf_gact_stats_update()
194 struct tcf_gact *gact = to_gact(a); in tcf_gact_dump()
302 .size = sizeof(struct tcf_gact),
/linux/include/net/tc_act/
H A Dtc_gact.h8 struct tcf_gact { struct
17 #define to_gact(a) ((struct tcf_gact *)a) argument
23 struct tcf_gact *gact; in __is_tcf_gact_act()