Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_gact.c30 static int gact_net_rand(struct tcf_gact *gact) in gact_net_rand()
38 static int gact_determ(struct tcf_gact *gact) in gact_determ()
48 typedef int (*g_rand)(struct tcf_gact *gact);
65 struct tcf_gact *gact; in tcf_gact_init()
139 struct tcf_gact *gact = to_gact(a); in tcf_gact_act()
162 struct tcf_gact *gact = to_gact(a); in tcf_gact_stats_update()
178 struct tcf_gact *gact = to_gact(a); in tcf_gact_dump()
257 .size = sizeof(struct tcf_gact),
/Linux-v4.19/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()