Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_gact.c62 struct tc_gact_p *p_parm = NULL; in tcf_gact_init() local
81 p_parm = nla_data(tb[TCA_GACT_PROB]); in tcf_gact_init()
82 if (p_parm->ptype >= MAX_RAND) in tcf_gact_init()
105 if (p_parm) { in tcf_gact_init()
106 gact->tcfg_paction = p_parm->paction; in tcf_gact_init()
107 gact->tcfg_pval = p_parm->pval; in tcf_gact_init()
108 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()