kernel-hacking-2024-linux-s.../net/sctp
Eric Dumazet f545a38f74 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 <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: Tom Herbert <therbert@google.com>
Cc: Maciej Żenczykowski <maze@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Cc: Rick Jones <rick.jones2@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-23 22:28:28 -04:00
..
associola.c net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
auth.c
bind_addr.c
chunk.c
command.c
debug.c
endpointola.c
input.c net: add a limit parameter to sk_add_backlog() 2012-04-23 22:28:28 -04:00
inqueue.c
ipv6.c
Kconfig
Makefile
objcnt.c
output.c net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
outqueue.c net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
primitive.c
probe.c
proc.c
protocol.c
sm_make_chunk.c
sm_sideeffect.c net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
sm_statefuns.c net: cleanup unsigned to unsigned int 2012-04-15 12:44:40 -04:00
sm_statetable.c
socket.c
ssnmap.c
sysctl.c net: Convert all sysctl registrations to register_net_sysctl 2012-04-20 21:22:30 -04:00
transport.c
tsnmap.c
ulpevent.c
ulpqueue.c