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