inetpeer: Move ICMP rate limiting state into inet_peer entries.
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Feb 2011 23:55:25 +0000 (15:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Feb 2011 23:59:53 +0000 (15:59 -0800)
Like metrics, the ICMP rate limiting bits are cached state about
a destination.  So move it into the inet_peer entries.

If an inet_peer cannot be bound (the reason is memory allocation
failure or similar), the policy is to allow.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found