Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_generic.c428 static struct Qdisc noqueue_qdisc; variable
430 .qdisc = &noqueue_qdisc,
431 .qdisc_sleeping = &noqueue_qdisc,
434 static struct Qdisc noqueue_qdisc = { variable
439 .list = LIST_HEAD_INIT(noqueue_qdisc.list),
440 .q.lock = __SPIN_LOCK_UNLOCKED(noqueue_qdisc.q.lock),
442 .busylock = __SPIN_LOCK_UNLOCKED(noqueue_qdisc.busylock),
738 struct Qdisc *qdisc = &noqueue_qdisc; in attach_one_default_qdisc()
784 if (need_watchdog_p && new_qdisc != &noqueue_qdisc) { in transition_one_qdisc()