Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_gact.c135 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()
158 u32 ptype = READ_ONCE(gact->tcfg_ptype); in tcf_gact_act()
202 if (gact->tcfg_ptype) { in tcf_gact_dump()
206 .ptype = gact->tcfg_ptype, in tcf_gact_dump()
231 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()
/openbmc/linux/include/net/tc_act/
H A Dtc_gact.h11 u16 tcfg_ptype; member