Home
last modified time | relevance | path

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

/net/sched/
Dact_api.c278 int err = 0, index = -1, s_i = 0, n_i = 0; in tcf_dump_walker() local
303 nest = nla_nest_start_noflag(skb, n_i); in tcf_dump_walker()
317 n_i++; in tcf_dump_walker()
319 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()
327 if (n_i) { in tcf_dump_walker()
329 cb->args[1] = n_i; in tcf_dump_walker()
331 return n_i; in tcf_dump_walker()
357 int n_i = 0; in tcf_del_walker() local
380 n_i++; in tcf_del_walker()
384 if (n_i) in tcf_del_walker()
[all …]