Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_gact.c108 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()
125 if (gact->tcfg_ptype) in tcf_gact()
126 action = gact_rand[gact->tcfg_ptype](gact); in tcf_gact()
157 if (gact->tcfg_ptype) { in tcf_gact_dump()
161 .ptype = gact->tcfg_ptype, in tcf_gact_dump()
/linux-4.1.27/include/net/tc_act/
Dtc_gact.h9 u16 tcfg_ptype; member