Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_gact.c134 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()
156 u32 ptype = READ_ONCE(gact->tcfg_ptype); in tcf_gact_act()
200 if (gact->tcfg_ptype) { in tcf_gact_dump()
204 .ptype = gact->tcfg_ptype, in tcf_gact_dump()
229 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()
/Linux-v6.1/include/net/tc_act/
Dtc_gact.h11 u16 tcfg_ptype; member