Searched refs:ifqmaxlen (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_edsc.c | 149 ifp->if_snd.ifq_maxlen = ifqmaxlen; in edsc_clone_create()
|
| H A D | if_epair.c | 840 if_setsendqlen(ifp, ifqmaxlen); in epair_clone_create() 888 if_setsendqlen(ifp, ifqmaxlen); in epair_clone_create() 1031 epair_nh.nh_qlimit = 42 * ifqmaxlen; /* 42 shall be the number. */ in epair_modevent()
|
| H A D | if_loop.c | 137 ifp->if_snd.ifq_maxlen = ifqmaxlen; in lo_clone_create()
|
| H A D | ifq.h | 478 extern int ifqmaxlen;
|
| H A D | if_stf.c | 261 ifp->if_snd.ifq_maxlen = ifqmaxlen; in stf_clone_create()
|
| H A D | if.c | 201 SYSCTL_INT(_net_link, OID_AUTO, ifqmaxlen, CTLFLAG_RDTUN, 202 &ifqmaxlen, 0, "max send queue size"); 297 int ifqmaxlen = IFQ_MAXLEN; variable 762 ifq->ifq_maxlen = ifqmaxlen; in ifq_init()
|
| H A D | if_tuntap.c | 959 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in tuncreate()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_iface.c | 557 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in ng_iface_constructor() 558 ifp->if_snd.ifq_drv_maxlen = ifqmaxlen; in ng_iface_constructor()
|
| H A D | ng_device.c | 178 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()
|
| H A D | ng_tty.c | 165 IFQ_SET_MAXLEN(&sc->outq, ifqmaxlen); in ngt_constructor()
|
| H A D | ng_eiface.c | 413 ifp->if_snd.ifq_maxlen = ifqmaxlen; in ng_eiface_constructor()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pflog.c | 132 ifp->if_snd.ifq_maxlen = ifqmaxlen; in pflog_clone_create()
|
| H A D | if_pfsync.c | 380 b->b_snd.ifq_maxlen = ifqmaxlen; in pfsync_clone_create()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap_raw.c | 112 extern int ifqmaxlen; 562 NG_BT_ITEMQ_INIT(&ng_btsocket_l2cap_raw_queue, ifqmaxlen); in ng_btsocket_l2cap_raw_init()
|
| H A D | ng_btsocket_l2cap.c | 100 extern int ifqmaxlen; 1935 NG_BT_ITEMQ_INIT(&ng_btsocket_l2cap_queue, ifqmaxlen); in ng_btsocket_l2cap_init()
|
| H A D | ng_btsocket_rfcomm.c | 195 extern int ifqmaxlen; 1285 NG_BT_MBUFQ_INIT(&s->outq, ifqmaxlen); in ng_btsocket_rfcomm_session_create()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | if_are.c | 305 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in are_attach() 306 ifp->if_snd.ifq_maxlen = ifqmaxlen; in are_attach()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 867 IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); in arge_attach() 868 ifp->if_snd.ifq_maxlen = ifqmaxlen; in arge_attach()
|