Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_gact.c67 struct tc_gact_p *p_parm = NULL; in tcf_gact_init() local
88 p_parm = nla_data(tb[TCA_GACT_PROB]); in tcf_gact_init()
89 if (p_parm->ptype >= MAX_RAND) in tcf_gact_init()
91 if (TC_ACT_EXT_CMP(p_parm->paction, TC_ACT_GOTO_CHAIN)) { in tcf_gact_init()
127 if (p_parm) { in tcf_gact_init()
128 gact->tcfg_paction = p_parm->paction; in tcf_gact_init()
129 gact->tcfg_pval = max_t(u16, 1, p_parm->pval); in tcf_gact_init()
134 gact->tcfg_ptype = p_parm->ptype; in tcf_gact_init()