Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_api.c554 int err = 0, index = -1, s_i = 0, n_i = 0; in tcf_dump_walker() local
581 nest = nla_nest_start_noflag(skb, n_i); in tcf_dump_walker()
595 n_i++; in tcf_dump_walker()
597 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()
605 if (n_i) { in tcf_dump_walker()
607 cb->args[1] = n_i; in tcf_dump_walker()
609 return n_i; in tcf_dump_walker()
635 int n_i = 0; in tcf_del_walker() local
658 n_i++; in tcf_del_walker()
662 if (n_i) in tcf_del_walker()
[all …]