]> git.baikalelectronics.ru Git - kernel.git/commit
udp: add struct net argument to udp_hashfn
authorPavel Emelyanov <xemul@openvz.org>
Tue, 17 Jun 2008 00:12:29 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 00:12:29 +0000 (17:12 -0700)
commit8e1c68899951cc20e3b663d59c7fd2754d173ae9
tree645365b1bfb70bf758633934660608be180f07f0
parentde041adc815d35642777613cc91a81c547688814
udp: add struct net argument to udp_hashfn

Every caller already has this one. The new argument is currently
unused, but this will be fixed shortly.

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