Home
last modified time | relevance | path

Searched refs:iod_muxcnt (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netsmb/
Dsmb_iod.c236 if (vcp->vc_maxmux != 0 && iod->iod_muxcnt >= vcp->vc_maxmux) in smb_iod_sendrq()
449 if (iod->iod_muxcnt < vcp->vc_maxmux) in smb_iod_addrq()
455 iod->iod_muxcnt++; in smb_iod_addrq()
481 iod->iod_muxcnt--; in smb_iod_removerq()
Dsmb_conn.h443 int iod_muxcnt; /* number of active outstanding requests */ member