taglinefilesource code
given_max_xmit1612fs/smbfs/proc.cint given_max_xmit = server->m.max_xmit;
given_max_xmit1747fs/smbfs/proc.cWSET(server->packet, smb_vwv2, given_max_xmit);
given_max_xmit1771fs/smbfs/proc.cWSET(server->packet, smb_vwv2, given_max_xmit);
given_max_xmit1823fs/smbfs/proc.cif (server->max_xmit > given_max_xmit)
given_max_xmit1824fs/smbfs/proc.cserver->max_xmit = given_max_xmit;