Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_sppp.h140 struct ifqueue pp_fastq; /* fast output queue */
141 struct ifqueue pp_cpq; /* PPP control protocol queue */
H A Difq.h57 struct ifqueue { struct
155 int if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp,
158 if_handoff((struct ifqueue *)ifq, m, ifp, 0)
160 if_handoff((struct ifqueue *)ifq, m, ifp, adj)
H A Dif_spppsubr.c375 static void sppp_qflush(struct ifqueue *ifq);
777 struct ifqueue *ifq = NULL; in sppp_output()
1084 sppp_qflush ((struct ifqueue *)&SP2IFP(sp)->if_snd); in sppp_flush_unlocked()
4740 sppp_qflush(struct ifqueue *ifq) in sppp_qflush()
H A Dif.c3992 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff()
/f-stack/freebsd/mips/cavium/octe/
H A Dcavium-ethernet.h82 struct ifqueue tx_free_queue[16];
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h86 struct ifqueue outq; /* Queue of outgoing mbuf's */
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h258 struct ifqueue;
259 void ieee80211_drain_ifq(struct ifqueue *);
260 void ieee80211_flush_ifq(struct ifqueue *, struct ieee80211vap *);
H A Dieee80211_freebsd.c413 ieee80211_drain_ifq(struct ifqueue *ifq) in ieee80211_drain_ifq()
433 ieee80211_flush_ifq(struct ifqueue *ifq, struct ieee80211vap *vap) in ieee80211_flush_ifq()
/f-stack/freebsd/netgraph/
H A Dng_source.c88 struct ifqueue snd_queue; /* packets to send */
729 struct ifqueue *ifq; in ng_source_intr()
741 ifq = (struct ifqueue *)&sc->output_ifp->if_snd; in ng_source_intr()
H A Dng_device.c94 struct ifqueue readq;
H A Dng_tty.c90 struct ifqueue outq; /* Queue of outgoing data */