Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_gact.c31 if (!gact->tcfg_pval || prandom_u32() % gact->tcfg_pval) in gact_net_rand()
38 if (!gact->tcfg_pval || gact->tcf_bstats.packets % gact->tcfg_pval) in gact_determ()
107 gact->tcfg_pval = p_parm->pval; in tcf_gact_init()
160 .pval = gact->tcfg_pval, in tcf_gact_dump()
/linux-4.1.27/include/net/tc_act/
Dtc_gact.h10 u16 tcfg_pval; member