Searched refs:IFQ_SET_MAXLEN (Results 1 – 8 of 8) sorted by relevance
163 IFQ_SET_MAXLEN(&sc->outq, ifqmaxlen); in ngt_constructor()
200 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()
552 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in ng_iface_constructor()
236 #define IFQ_SET_MAXLEN(ifq, len) ((ifq)->ifq_maxlen = (len)) macro
946 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in tuncreate()
1176 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in vlan_clone_create()
777 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in bridge_clone_create()
4805 IFQ_SET_MAXLEN(&ifp->if_snd, tx_desc_count); in if_setsendqlen()