Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_gact.h17 #define MAX_RAND (PGACT_DETERM + 1 ) macro
/openbmc/linux/net/sched/
H A Dact_gact.c45 static g_rand gact_rand[MAX_RAND] = { NULL, gact_net_rand, gact_determ };
90 if (p_parm->ptype >= MAX_RAND) in tcf_gact_init()