taglinefilesource code
given_max_xmit1607fs/smbfs/proc.cint given_max_xmit = server->m.max_xmit;
given_max_xmit1726fs/smbfs/proc.cWSET(server->packet, smb_vwv2, given_max_xmit);
given_max_xmit1777fs/smbfs/proc.cif (server->max_xmit > given_max_xmit)
given_max_xmit1778fs/smbfs/proc.cserver->max_xmit = given_max_xmit;