Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_gact.c114 gact = to_gact(*a); 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()
238 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()
/Linux-v4.19/include/net/tc_act/
Dtc_gact.h17 #define to_gact(a) ((struct tcf_gact *)a) macro
28 gact = to_gact(a); in __is_tcf_gact_act()