commit | f545a38f74584cc7424cb74f792a00c6d2589485 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <[email protected]> | Sun Apr 22 23:34:26 2012 +0000 |
committer | David S. Miller <[email protected]> | Mon Apr 23 22:28:28 2012 -0400 |
tree | b272cbfed3267a7750f55f23989e1b070ae6ac3e | |
parent | b98985073bc5403ef1320866e4ef8bbc5d587ceb [diff] |
net: add a limit parameter to sk_add_backlog() sk_add_backlog() & sk_rcvqueues_full() hard coded sk_rcvbuf as the memory limit. We need to make this limit a parameter for TCP use. No functional change expected in this patch, all callers still using the old sk_rcvbuf limit. Signed-off-by: Eric Dumazet <[email protected]> Cc: Neal Cardwell <[email protected]> Cc: Tom Herbert <[email protected]> Cc: Maciej Żenczykowski <[email protected]> Cc: Yuchung Cheng <[email protected]> Cc: Ilpo Järvinen <[email protected]> Cc: Rick Jones <[email protected]> Signed-off-by: David S. Miller <[email protected]>