Searched refs:ifqueue (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_sppp.h | 140 struct ifqueue pp_fastq; /* fast output queue */ 141 struct ifqueue pp_cpq; /* PPP control protocol queue */
|
| H A D | ifq.h | 57 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 D | if_spppsubr.c | 375 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 D | if.c | 3992 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | cavium-ethernet.h | 82 struct ifqueue tx_free_queue[16];
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4_var.h | 86 struct ifqueue outq; /* Queue of outgoing mbuf's */
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.h | 258 struct ifqueue; 259 void ieee80211_drain_ifq(struct ifqueue *); 260 void ieee80211_flush_ifq(struct ifqueue *, struct ieee80211vap *);
|
| H A D | ieee80211_freebsd.c | 413 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 D | ng_source.c | 88 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 D | ng_device.c | 94 struct ifqueue readq;
|
| H A D | ng_tty.c | 90 struct ifqueue outq; /* Queue of outgoing data */
|