Home
last modified time | relevance | path

Searched refs:skc_maxconnections (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmbinfo.h149 uint32_t skc_maxconnections; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c702 sv->sv_cfg.skc_maxconnections, smbsrv_receive_pri, in smb_server_start()
703 sv->sv_cfg.skc_maxconnections, INT_MAX, in smb_server_start()
2331 sv->sv_cfg.skc_maxconnections = ioc->maxconnections; in smb_server_store_cfg()
2750 if (smb_llist_get_count(sl) >= sv->sv_cfg.skc_maxconnections) { in smb_server_create_session()
H A Dsmb_common_transact.c771 sr->sr_cfg->skc_maxconnections, in smb_encode_SHARE_INFO_2()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c150 kcfg->skc_maxconnections = (uint32_t)citem; in smb_load_kconfig()
H A Dsmb_kmod.c92 ioc.maxconnections = cfg->skc_maxconnections; in smb_kmod_setcfg()