Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_gact.c25 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()
33 static int gact_determ(struct tcf_gact *gact) in gact_determ()
43 typedef int (*g_rand)(struct tcf_gact *gact);
62 struct tcf_gact *gact; in tcf_gact_init()
151 struct tcf_gact *gact = to_gact(a); in tcf_gact_act()
174 struct tcf_gact *gact = to_gact(a); in tcf_gact_stats_update()
187 struct tcf_gact *gact = to_gact(a); in tcf_gact_dump()
295 .size = sizeof(struct tcf_gact),
/Linux-v6.1/include/net/tc_act/
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-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1089 struct tcf_gact *gact; in stmmac_test_rxp()