Searched refs:nhash (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_api.c550 struct hlist_head *nhash, *ohash; local
559 nhash = qdisc_class_hash_alloc(nsize);
560 if (nhash == NULL)
570 hlist_add_head(&cl->hnode, &nhash[h]);
573 clhash->hash = nhash;

Completed in 29 milliseconds