Home
last modified time | relevance | path

Searched refs:ifq_maxlen (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_source.c287 sc->snd_queue.ifq_maxlen = 2048; /* XXX not checked */ in ng_source_constructor()
634 if (ifp->if_snd.ifq_maxlen < NG_SOURCE_DRIVER_IFQ_MAXLEN) { in ng_source_store_output_ifp()
636 ifp->if_snd.ifq_maxlen, NG_SOURCE_DRIVER_IFQ_MAXLEN); in ng_source_store_output_ifp()
637 ifp->if_snd.ifq_maxlen = NG_SOURCE_DRIVER_IFQ_MAXLEN; in ng_source_store_output_ifp()
742 packets = ifq->ifq_maxlen - ifq->ifq_len; in ng_source_intr()
H A Dng_eiface.c413 ifp->if_snd.ifq_maxlen = ifqmaxlen; in ng_eiface_constructor()
/f-stack/freebsd/net/
H A Difq.h61 int ifq_maxlen; member
75 #define _IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen)
239 #define IFQ_SET_MAXLEN(ifq, len) ((ifq)->ifq_maxlen = (len))
H A Dif_mib.c112 ifmd.ifmd_snd_maxlen = ifp->if_snd.ifq_maxlen; in sysctl_ifdata()
H A Dif_debug.c95 IF_DB_PRINTF("%d", if_snd.ifq_maxlen); in if_show_ifnet()
H A Dif_edsc.c149 ifp->if_snd.ifq_maxlen = ifqmaxlen; in edsc_clone_create()
H A Dif_disc.c114 ifp->if_snd.ifq_maxlen = 20; in disc_clone_create()
H A Dif_loop.c137 ifp->if_snd.ifq_maxlen = ifqmaxlen; in lo_clone_create()
H A Dif_stf.c261 ifp->if_snd.ifq_maxlen = ifqmaxlen; in stf_clone_create()
H A Dif_spppsubr.c1021 ifp->if_snd.ifq_maxlen = 32; in sppp_attach()
1022 sp->pp_fastq.ifq_maxlen = 32; in sppp_attach()
1023 sp->pp_cpq.ifq_maxlen = 20; in sppp_attach()
H A Dif.c761 if (ifq->ifq_maxlen == 0) in ifq_init()
762 ifq->ifq_maxlen = ifqmaxlen; in ifq_init()
/f-stack/freebsd/net/altq/
H A Dif_altq.h46 int ifq_maxlen; member
/f-stack/freebsd/netpfil/pf/
H A Dif_pflog.c132 ifp->if_snd.ifq_maxlen = ifqmaxlen; in pflog_clone_create()
H A Dif_pfsync.c380 b->b_snd.ifq_maxlen = ifqmaxlen; in pfsync_clone_create()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c867 sc->outq.ifq_maxlen,
922 sc->outq.ifq_maxlen;
/f-stack/freebsd/mips/atheros/ar531x/
H A Dif_are.c306 ifp->if_snd.ifq_maxlen = ifqmaxlen; in are_attach()
/f-stack/freebsd/mips/atheros/
H A Dif_arge.c868 ifp->if_snd.ifq_maxlen = ifqmaxlen; in arge_attach()