MIB: add struct net to UDP_INC_STATS_USER
authorPavel Emelyanov <xemul@openvz.org>
Sun, 6 Jul 2008 04:18:07 +0000 (21:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Jul 2008 04:18:07 +0000 (21:18 -0700)
commit629ca23c331ec75ac87b016debbb3c4d2fe62650
tree491b70f7b51ac43cd706564f741366f9f05ccf13
parent4ce2417bfb3c7b1c5ed449782f4d86bafd7f1b69
MIB: add struct net to UDP_INC_STATS_USER

Nothing special - all the places already have a struct sock
at hands, so use the sock_net() net.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
net/ipv4/udp.c