taglinefilesource code
given_max_xmit1609fs/smbfs/proc.cint given_max_xmit = server->m.max_xmit;
given_max_xmit1728fs/smbfs/proc.cWSET(server->packet, smb_vwv2, given_max_xmit);
given_max_xmit1779fs/smbfs/proc.cif (server->max_xmit > given_max_xmit)
given_max_xmit1780fs/smbfs/proc.cserver->max_xmit = given_max_xmit;