Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_gact.h17 #define to_gact(a) ((struct tcf_gact *)a) macro
28 gact = to_gact(a); in __is_tcf_gact_act()
/openbmc/linux/net/sched/
H A Dact_gact.c123 gact = to_gact(*a); 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()
231 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()