icmp: add struct net argument to icmp_out_count
authorPavel Emelyanov <xemul@openvz.org>
Tue, 15 Jul 2008 06:00:43 +0000 (23:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 06:05:13 +0000 (23:05 -0700)
commit0388b0042624714e6f8db8cc7994101a0a02d392
tree597834169ca3cab001e2ad3094590c1c076e3736
parent61362766d769c934a9d12d5516323c544c161908
icmp: add struct net argument to icmp_out_count

This routine deals with ICMP statistics, but doesn't have a
struct net at hands, so add one.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/icmp.h
net/ipv4/icmp.c
net/ipv4/ip_output.c
net/ipv4/raw.c