Home
last modified time | relevance | path

Searched refs:IFQ_SET_MAXLEN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_tty.c163 IFQ_SET_MAXLEN(&sc->outq, ifqmaxlen); in ngt_constructor()
H A Dng_device.c200 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()
H A Dng_iface.c552 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in ng_iface_constructor()
/freebsd/sys/net/
H A Difq.h236 #define IFQ_SET_MAXLEN(ifq, len) ((ifq)->ifq_maxlen = (len)) macro
H A Dif_tuntap.c946 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in tuncreate()
H A Dif_vlan.c1176 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in vlan_clone_create()
H A Dif_bridge.c777 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in bridge_clone_create()
H A Dif.c4805 IFQ_SET_MAXLEN(&ifp->if_snd, tx_desc_count); in if_setsendqlen()