Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_gact.c33 if (prandom_u32() % gact->tcfg_pval) in gact_net_rand()
43 if (pack % gact->tcfg_pval) in gact_determ()
121 gact->tcfg_pval = max_t(u16, 1, p_parm->pval); in tcf_gact_init()
194 .pval = gact->tcfg_pval, in tcf_gact_dump()
/Linux-v4.19/include/net/tc_act/
Dtc_gact.h12 u16 tcfg_pval; member