Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph7/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h98 struct ifqueue inq; /* queue of incoming mbuf's */
99 struct ifqueue outq; /* queue of outgoing mbuf's */
/dflybsd-src/sys/net/sppp/
H A Dif_sppp.h142 struct ifqueue pp_fastq; /* fast output queue */
143 struct ifqueue pp_cpq; /* PPP control protocol queue */
H A Dif_spppsubr.c673 struct ifqueue *ifq = NULL; in sppp_output_serialized()
/dflybsd-src/sys/net/tap/
H A Dif_tapvar.h64 struct ifqueue tap_devq;
H A Dif_tap.c657 struct ifqueue *ifq; in tapifstart()
/dflybsd-src/sys/net/sl/
H A Dif_slvar.h50 struct ifqueue sc_fastq; /* interactive output queue */
/dflybsd-src/sys/netbt/
H A Dl2cap.h398 struct ifqueue lc_txq; /* transmit queue */
437 struct ifqueue lp_data; /* PDU data */
H A Dhci.h2414 struct ifqueue hl_data; /* SCO outgoing data */
2495 struct ifqueue hci_eventq; /* Event queue */
2496 struct ifqueue hci_aclrxq; /* ACL rx queue */
2497 struct ifqueue hci_scorxq; /* SCO rx queue */
2503 struct ifqueue hci_cmdwait; /* pending commands */
2504 struct ifqueue hci_scodone; /* SCO done queue */
/dflybsd-src/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4_var.h86 struct ifqueue outq; /* Queue of outgoing mbuf's */
/dflybsd-src/sys/bus/u4b/net/
H A Dusb_ethernet.h96 struct ifqueue ue_rxq;
/dflybsd-src/usr.sbin/ppp/
H A Dbundle.h110 u_short ifqueue; /* Interface queue size */ member
H A Dbundle.c456 u_short ifqueue; in bundle_UpdateSet() local
472 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue; in bundle_UpdateSet()
473 if (queued < ifqueue) { in bundle_UpdateSet()
838 bundle.cfg.ifqueue = DEF_IFQUEUE; in bundle_Create()
1074 arg->bundle->cfg.ifqueue); in bundle_ShowStatus()
H A Dcommand.c1990 arg->bundle->cfg.ifqueue = long_val < 0 ? 0 : long_val; in SetVariable()
H A Dppp.8.m44904 .It set ifqueue Ar packets
/dflybsd-src/stand/lib/
H A Dif_ether.h157 struct ifqueue arpintrq;
/dflybsd-src/sys/dev/netif/de/
H A Dif_devar.h511 struct ifqueue tulip_txq;
512 struct ifqueue tulip_rxq;
/dflybsd-src/sys/netgraph7/
H A Dng_device.c89 struct ifqueue readq;
H A Dng_source.c87 struct ifqueue snd_queue; /* packets to send */
/dflybsd-src/sys/netgraph7/tty/
H A Dng_tty.c90 struct ifqueue outq; /* Queue of outgoing data */
/dflybsd-src/sys/netinet6/
H A Din6_var.h490 extern struct ifqueue ip6intrq; /* IP6 packet input queue */
/dflybsd-src/sys/net/
H A Dif_var.h120 struct ifqueue { struct
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_dragonfly.h114 struct ifqueue;
/dflybsd-src/share/man/man9/
H A DMakefile609 ifnet.9 ifqueue.9
/dflybsd-src/sys/net/pf/
H A Dpf.c202 struct pf_ruleset **, struct ifqueue *, struct inpcb *);
274 int pf_check_congestion(struct ifqueue *);
3693 struct ifqueue *ifq, struct inpcb *inp) in pf_test_rule()
7243 pf_check_congestion(struct ifqueue *ifq) in pf_check_congestion()