ifqueue
struct ifqueue arpintrq;
struct ifqueue ue_rxq;
struct ifqueue tulip_txq;
struct ifqueue tulip_rxq;
struct pf_ruleset **, struct ifqueue *, struct inpcb *);
int pf_check_congestion(struct ifqueue *);
struct ifqueue *ifq, struct inpcb *inp)
pf_check_congestion(struct ifqueue *ifq)
struct ifqueue sc_fastq; /* interactive output queue */
struct ifqueue pp_fastq; /* fast output queue */
struct ifqueue pp_cpq; /* PPP control protocol queue */
struct ifqueue *ifq = NULL;
struct ifqueue *ifq;
struct ifqueue tap_devq;
struct ifqueue hl_data; /* SCO outgoing data */
struct ifqueue hci_eventq; /* Event queue */
struct ifqueue hci_aclrxq; /* ACL rx queue */
struct ifqueue hci_scorxq; /* SCO rx queue */
struct ifqueue hci_cmdwait; /* pending commands */
struct ifqueue hci_scodone; /* SCO done queue */
struct ifqueue lc_txq; /* transmit queue */
struct ifqueue lp_data; /* PDU data */
struct ifqueue inq; /* queue of incoming mbuf's */
struct ifqueue outq; /* queue of outgoing mbuf's */
struct ifqueue outq; /* Queue of outgoing mbuf's */
struct ifqueue readq;
struct ifqueue snd_queue; /* packets to send */
struct ifqueue outq; /* Queue of outgoing data */
extern struct ifqueue ip6intrq; /* IP6 packet input queue */
struct ifqueue;
arg->bundle->cfg.ifqueue);
u_short ifqueue;
ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue;
if (queued < ifqueue) {
bundle.cfg.ifqueue = DEF_IFQUEUE;
u_short ifqueue; /* Interface queue size */
arg->bundle->cfg.ifqueue = long_val < 0 ? 0 : long_val;