Home
last modified time | relevance | path

Searched refs:tcf_gact (Results 1 – 3 of 3) 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()
153 struct tcf_gact *gact = to_gact(a); in tcf_gact_act()
176 struct tcf_gact *gact = to_gact(a); in tcf_gact_stats_update()
189 struct tcf_gact *gact = to_gact(a); in tcf_gact_dump()
297 .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()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1089 struct tcf_gact *gact; in stmmac_test_rxp()