Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_iod.c233 if (vcp->vc_maxmux != 0 && iod->iod_muxcnt >= vcp->vc_maxmux) in smb_iod_sendrq()
442 if (vcp->vc_maxmux == 0) { in smb_iod_addrq()
446 if (iod->iod_muxcnt < vcp->vc_maxmux) in smb_iod_addrq()
H A Dsmb_conn.h272 #define vc_maxmux vc_sopt.sv_maxmux macro