Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_gact.c28 if (prandom_u32_max(gact->tcfg_pval)) in gact_net_rand()
38 if (pack % gact->tcfg_pval) in gact_determ()
129 gact->tcfg_pval = max_t(u16, 1, p_parm->pval); in tcf_gact_init()
203 .pval = gact->tcfg_pval, in tcf_gact_dump()
/linux-6.1.9/include/net/tc_act/
Dtc_gact.h12 u16 tcfg_pval; member