Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_classq.c63 if_qflush(hostna->na_ifp, hostna->na_ifp->if_snd); in fsw_classq_teardown()
/xnu-12377.81.4/bsd/net/
H A Dif_var_private.h1559 extern void if_qflush(struct ifnet *, struct ifclassq *);
H A Ddlil.c2718 if_qflush(ifp, ifp->if_snd); in ifnet_purge()
4404 if_qflush(ifp, ifp->if_snd); in ifnet_datamov_drain()
5946 if_qflush(ifp, ifp->if_snd); in ifnet_detach_final()
H A Dif.c1690 if_qflush(struct ifnet *ifp, struct ifclassq *ifq) in if_qflush() function