commit | 92d8682926342d2b6aa5b2ecc02221e00e1573a0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Feb 04 15:55:25 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 04 15:59:53 2011 -0800 |
tree | 7f70b9cc2975716ab60ddd632b9fecf0a51b828d | |
parent | 0131ba451e20239c5dc701027c1a2edef95e1a6e [diff] |
inetpeer: Move ICMP rate limiting state into inet_peer entries. 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>