Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dact_ctinfo.c162 struct tcf_ctinfo_params *cp_new; in tcf_ctinfo_init() local
236 cp_new = kzalloc(sizeof(*cp_new), GFP_KERNEL); in tcf_ctinfo_init()
237 if (unlikely(!cp_new)) { in tcf_ctinfo_init()
242 cp_new->net = net; in tcf_ctinfo_init()
243 cp_new->zone = tb[TCA_CTINFO_ZONE] ? in tcf_ctinfo_init()
246 cp_new->dscpmask = dscpmask; in tcf_ctinfo_init()
247 cp_new->dscpmaskshift = dscpmaskshift; in tcf_ctinfo_init()
248 cp_new->dscpstatemask = dscpstatemask; in tcf_ctinfo_init()
249 cp_new->mode |= CTINFO_MODE_DSCP; in tcf_ctinfo_init()
253 cp_new->cpmarkmask = in tcf_ctinfo_init()
[all …]