tag | line | file | source code |
---|---|---|---|
given_max_xmit | 1617 | fs/smbfs/proc.c | int given_max_xmit = server->m.max_xmit; |
given_max_xmit | 1752 | fs/smbfs/proc.c | WSET(server->packet, smb_vwv2, given_max_xmit); |
given_max_xmit | 1776 | fs/smbfs/proc.c | WSET(server->packet, smb_vwv2, given_max_xmit); |
given_max_xmit | 1828 | fs/smbfs/proc.c | if (server->max_xmit > given_max_xmit) |
given_max_xmit | 1829 | fs/smbfs/proc.c | server->max_xmit = given_max_xmit; |