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)
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>

No differences found