Searched hist:efcdbf24fd5daa88060869e51ed49f68b7ac8708 (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_timer.c | diff efcdbf24fd5daa88060869e51ed49f68b7ac8708 Mon Jan 30 23:16:06 CET 2012 Arun Sharma <asharma@fb.com> net: Disambiguate kernel message
Some of our machines were reporting:
TCP: too many of orphaned sockets
even when the number of orphaned sockets was well below the limit.
We print a different message depending on whether we're out of TCP memory or there are too many orphaned sockets.
Also move the check out of line and cleanup the messages that were printed.
Signed-off-by: Arun Sharma <asharma@fb.com> Suggested-by: Mohan Srinivasan <mohan@fb.com> Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: David Miller <davem@davemloft.net> Cc: Glauber Costa <glommer@parallels.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp.c | diff efcdbf24fd5daa88060869e51ed49f68b7ac8708 Mon Jan 30 23:16:06 CET 2012 Arun Sharma <asharma@fb.com> net: Disambiguate kernel message
Some of our machines were reporting:
TCP: too many of orphaned sockets
even when the number of orphaned sockets was well below the limit.
We print a different message depending on whether we're out of TCP memory or there are too many orphaned sockets.
Also move the check out of line and cleanup the messages that were printed.
Signed-off-by: Arun Sharma <asharma@fb.com> Suggested-by: Mohan Srinivasan <mohan@fb.com> Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: David Miller <davem@davemloft.net> Cc: Glauber Costa <glommer@parallels.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/net/ |
H A D | tcp.h | diff efcdbf24fd5daa88060869e51ed49f68b7ac8708 Mon Jan 30 23:16:06 CET 2012 Arun Sharma <asharma@fb.com> net: Disambiguate kernel message
Some of our machines were reporting:
TCP: too many of orphaned sockets
even when the number of orphaned sockets was well below the limit.
We print a different message depending on whether we're out of TCP memory or there are too many orphaned sockets.
Also move the check out of line and cleanup the messages that were printed.
Signed-off-by: Arun Sharma <asharma@fb.com> Suggested-by: Mohan Srinivasan <mohan@fb.com> Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: David Miller <davem@davemloft.net> Cc: Glauber Costa <glommer@parallels.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|