]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde041adc815d35642777613cc91a81c547688814
treece1ef0eacc371bab82a604a9d42ae0b854a33031
parent10f70f51a28e0b2755d0cb527805b5cde10afacf
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