commit | e31634931d00081c75e3fb3f3ec51a50dbf108bb | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Jun 16 17:12:11 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 16 17:12:11 2008 -0700 |
tree | ce1ef0eacc371bab82a604a9d42ae0b854a33031 | |
parent | d6266281f8175e3ad68c28b20a609b278b47ade5 [diff] |
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>