Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/net/sched/
Dact_gact.c122 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()
196 struct tcf_gact *gact = to_gact(a); in tcf_gact_dump()
255 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1079 struct tcf_gact *gact = to_gact(&act[i]); in stmmac_test_rxp()