Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_cbq.c84 rmc_delete_class(&cbqp->ifnp, cl); in cbq_class_destroy()
93 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()
94 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()
95 if (cl == cbqp->ifnp.default_) in cbq_class_destroy()
96 cbqp->ifnp.default_ = NULL; in cbq_class_destroy()
145 if (cl == cbqp->ifnp.root_) in cbq_clear_interface()
146 cbqp->ifnp.root_ = NULL; in cbq_clear_interface()
147 if (cl == cbqp->ifnp.default_) in cbq_clear_interface()
148 cbqp->ifnp.default_ = NULL; in cbq_clear_interface()
240 cbqp->ifnp.ifq_ = &ifp->if_snd; /* keep the ifq */ in cbq_add_altq()
[all …]
H A Daltq_cbq.h130 struct rm_ifdat ifnp; member