taglinefilesource code
given_max_xmit1614fs/smbfs/proc.cint given_max_xmit = server->m.max_xmit;
given_max_xmit1733fs/smbfs/proc.cWSET(server->packet, smb_vwv2, given_max_xmit);
given_max_xmit1784fs/smbfs/proc.cif (server->max_xmit > given_max_xmit)
given_max_xmit1785fs/smbfs/proc.cserver->max_xmit = given_max_xmit;