Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_gact.c68 struct tc_gact_p *p_parm = NULL; in tcf_gact_init() local
89 p_parm = nla_data(tb[TCA_GACT_PROB]); in tcf_gact_init()
90 if (p_parm->ptype >= MAX_RAND) in tcf_gact_init()
92 if (TC_ACT_EXT_CMP(p_parm->paction, TC_ACT_GOTO_CHAIN)) { in tcf_gact_init()
128 if (p_parm) { in tcf_gact_init()
129 gact->tcfg_paction = p_parm->paction; in tcf_gact_init()
130 gact->tcfg_pval = max_t(u16, 1, p_parm->pval); in tcf_gact_init()
135 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()