taglinefilesource code
given_max_xmit1541fs/smbfs/proc.cint given_max_xmit = server->m.max_xmit;
given_max_xmit1658fs/smbfs/proc.cWSET(server->packet, smb_vwv2, given_max_xmit);
given_max_xmit1700fs/smbfs/proc.cif (server->max_xmit > given_max_xmit)
given_max_xmit1701fs/smbfs/proc.cserver->max_xmit = given_max_xmit;