Symbol: ifqueue
stand/lib/if_ether.h
157
struct ifqueue arpintrq;
sys/bus/u4b/net/usb_ethernet.h
96
struct ifqueue ue_rxq;
sys/dev/netif/de/if_devar.h
511
struct ifqueue tulip_txq;
sys/dev/netif/de/if_devar.h
512
struct ifqueue tulip_rxq;
sys/net/pf/pf.c
202
struct pf_ruleset **, struct ifqueue *, struct inpcb *);
sys/net/pf/pf.c
274
int pf_check_congestion(struct ifqueue *);
sys/net/pf/pf.c
3693
struct ifqueue *ifq, struct inpcb *inp)
sys/net/pf/pf.c
7243
pf_check_congestion(struct ifqueue *ifq)
sys/net/sl/if_slvar.h
50
struct ifqueue sc_fastq; /* interactive output queue */
sys/net/sppp/if_sppp.h
142
struct ifqueue pp_fastq; /* fast output queue */
sys/net/sppp/if_sppp.h
143
struct ifqueue pp_cpq; /* PPP control protocol queue */
sys/net/sppp/if_spppsubr.c
673
struct ifqueue *ifq = NULL;
sys/net/tap/if_tap.c
657
struct ifqueue *ifq;
sys/net/tap/if_tapvar.h
64
struct ifqueue tap_devq;
sys/netbt/hci.h
2414
struct ifqueue hl_data; /* SCO outgoing data */
sys/netbt/hci.h
2495
struct ifqueue hci_eventq; /* Event queue */
sys/netbt/hci.h
2496
struct ifqueue hci_aclrxq; /* ACL rx queue */
sys/netbt/hci.h
2497
struct ifqueue hci_scorxq; /* SCO rx queue */
sys/netbt/hci.h
2503
struct ifqueue hci_cmdwait; /* pending commands */
sys/netbt/hci.h
2504
struct ifqueue hci_scodone; /* SCO done queue */
sys/netbt/l2cap.h
398
struct ifqueue lc_txq; /* transmit queue */
sys/netbt/l2cap.h
437
struct ifqueue lp_data; /* PDU data */
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
98
struct ifqueue inq; /* queue of incoming mbuf's */
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h
99
struct ifqueue outq; /* queue of outgoing mbuf's */
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h
86
struct ifqueue outq; /* Queue of outgoing mbuf's */
sys/netgraph7/ng_device.c
89
struct ifqueue readq;
sys/netgraph7/ng_source.c
87
struct ifqueue snd_queue; /* packets to send */
sys/netgraph7/tty/ng_tty.c
90
struct ifqueue outq; /* Queue of outgoing data */
sys/netinet6/in6_var.h
490
extern struct ifqueue ip6intrq; /* IP6 packet input queue */
sys/netproto/802_11/ieee80211_dragonfly.h
114
struct ifqueue;
usr.sbin/ppp/bundle.c
1074
arg->bundle->cfg.ifqueue);
usr.sbin/ppp/bundle.c
456
u_short ifqueue;
usr.sbin/ppp/bundle.c
472
ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue;
usr.sbin/ppp/bundle.c
473
if (queued < ifqueue) {
usr.sbin/ppp/bundle.c
838
bundle.cfg.ifqueue = DEF_IFQUEUE;
usr.sbin/ppp/bundle.h
110
u_short ifqueue; /* Interface queue size */
usr.sbin/ppp/command.c
1990
arg->bundle->cfg.ifqueue = long_val < 0 ? 0 : long_val;