Home
last modified time | relevance | path

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

12

/freebsd/sys/net/
H A Dif_dead.c136 ifp->if_qflush = ifdead_qflush; in if_dead()
H A Dif_private.h133 if_qflush_fn_t if_qflush; /* flush any queue */ member
H A Difq.h419 void if_qflush(struct ifnet *);
H A Dif.c851 KASSERT((ifp->if_transmit == NULL && ifp->if_qflush == NULL) || in if_attach_internal()
852 (ifp->if_transmit != NULL && ifp->if_qflush != NULL), in if_attach_internal()
856 ifp->if_qflush = if_qflush; in if_attach_internal()
2112 ifp->if_qflush(ifp); in if_unroute()
2216 if_qflush(struct ifnet *ifp) in if_qflush() function
5000 ifp->if_qflush = flush_fn; in if_setqflushfn()
H A Dif_gif.c153 GIF2IFP(sc)->if_qflush = gif_qflush; in gif_clone_create()
H A Dif_gre.c187 GRE2IFP(sc)->if_qflush = gre_qflush; in gre_clone_create()
H A Dif_me.c203 ME2IFP(sc)->if_qflush = me_qflush; in me_clone_create()
H A Dif_epair.c555 ifp->if_qflush = epair_qflush; in epair_setup_ifp()
H A Dif_tuntap.c957 ifp->if_qflush = if_qflush; in tuncreate()
H A Dif_ipsec.c204 ifp->if_qflush = ipsec_qflush; in ipsec_clone_create()
H A Dif_vlan.c1182 ifp->if_qflush = vlan_qflush; in vlan_clone_create()
H A Dif_ovpn.c2487 ifp->if_qflush = ovpn_qflush; in ovpn_clone_create()
H A Dif_lagg.c576 ifp->if_qflush = lagg_qflush; in lagg_clone_create()
/freebsd/sys/dev/liquidio/
H A Dlio_rxtx.c323 if_qflush(ifp); in lio_qflush()
/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c414 if_qflush(ifp); in ntb_qflush()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c172 if_qflush(ifp); in axgbe_qflush()
/freebsd/sys/dev/gve/
H A Dgve_tx.c924 if_qflush(ifp); in gve_qflush()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c1001 if_qflush(dev); in mlx4_en_qflush()
/freebsd/sys/dev/ena/
H A Dena_datapath.c200 if_qflush(ifp); in ena_qflush()
/freebsd/sys/dev/vnic/
H A Dnicvf_main.c705 if_qflush(ifp); in nicvf_if_qflush()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c986 if_qflush(ifp); in ptnet_qflush()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c2273 if_qflush(ifp); in xn_qflush()
/freebsd/sys/net80211/
H A Dieee80211.c569 ifp->if_qflush = ieee80211_vap_qflush; in ieee80211_vap_setup()
/freebsd/sys/dev/oce/
H A Doce_if.c671 if_qflush(ifp); in oce_multiq_flush()
/freebsd/sys/dev/mana/
H A Dmana_en.c150 if_qflush(ifp); in mana_qflush()

12