Searched refs:msto (Results 1 – 1 of 1) sorted by relevance
528 uint32_t msto; in smb2_create() local537 msto = op->dh_timeout; in smb2_create()538 if (msto == 0) { in smb2_create()539 msto = (of->dh_persist) ? in smb2_create()543 if (msto > smb2_dh_max_timeout) in smb2_create()544 msto = smb2_dh_max_timeout; in smb2_create()545 op->dh_timeout = msto; in smb2_create()546 of->dh_timeout_offset = MSEC2NSEC(msto); in smb2_create()