udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver
authorPavel Emelyanov <xemul@openvz.org>
Tue, 17 Jun 2008 00:12:11 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 00:12:11 +0000 (17:12 -0700)
commite31634931d00081c75e3fb3f3ec51a50dbf108bb
treece1ef0eacc371bab82a604a9d42ae0b854a33031
parentd6266281f8175e3ad68c28b20a609b278b47ade5
udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver

They both calculate the hash chain, but currently do not have
a struct net pointer, so pass one there via additional argument,
all the more so their callers already have such.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
net/ipv6/udp.c