Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_gact.c29 if (get_random_u32_below(gact->tcfg_pval)) in gact_net_rand()
39 if (pack % gact->tcfg_pval) in gact_determ()
130 gact->tcfg_pval = max_t(u16, 1, p_parm->pval); in tcf_gact_init()
205 .pval = gact->tcfg_pval, in tcf_gact_dump()
/openbmc/linux/include/net/tc_act/
H A Dtc_gact.h12 u16 tcfg_pval; member