Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/altq/
Daltq_cbq.c113 rmc_delete_class(&cbqp->ifnp, cl); in cbq_class_destroy()
122 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()
123 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()
124 if (cl == cbqp->ifnp.default_) in cbq_class_destroy()
125 cbqp->ifnp.default_ = NULL; in cbq_class_destroy()
127 if (cl == cbqp->ifnp.ctl_) in cbq_class_destroy()
128 cbqp->ifnp.ctl_ = NULL; in cbq_class_destroy()
178 if (cl == cbqp->ifnp.root_) in cbq_clear_interface()
179 cbqp->ifnp.root_ = NULL; in cbq_clear_interface()
180 if (cl == cbqp->ifnp.default_) in cbq_clear_interface()
[all …]
Daltq_cbq.h227 struct rm_ifdat ifnp; member