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

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

Completed in 33 milliseconds