kernel-ark/net/ipv6
Pavel Emelyanov 39d8cda76c [SOCK]: Add udp_hash member to struct proto.
Inspired by the commit ab1e0a13 ([SOCK] proto: Add hashinfo member to 
struct proto) from Arnaldo, I made similar thing for UDP/-Lite IPv4 
and -v6 protocols.

The result is not that exciting, but it removes some levels of
indirection in udpxxx_get_port and saves some space in code and text.

The first step is to union existing hashinfo and new udp_hash on the
struct proto and give a name to this union, since future initialization 
of tcpxxx_prot, dccp_vx_protinfo and udpxxx_protinfo will cause gcc 
warning about inability to initialize anonymous member this way.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-22 16:50:58 -07:00
..
netfilter net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00
addrconf_core.c
addrconf.c net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00
addrlabel.c net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00
af_inet6.c [NETNS][IPV6] tcp6 - make proc per namespace 2008-03-21 04:14:45 -07:00
ah6.c
anycast.c [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup 2008-03-04 13:45:59 -08:00
datagram.c
esp6.c
exthdrs_core.c
exthdrs.c
fib6_rules.c [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 2008-03-04 13:48:30 -08:00
icmp.c [NETNS][IPV6] icmp6 - make icmpv6_socket per namespace 2008-03-05 10:49:18 -08:00
inet6_connection_sock.c
inet6_hashtables.c [SOCK]: Add udp_hash member to struct proto. 2008-03-22 16:50:58 -07:00
ip6_fib.c [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 2008-03-04 13:48:30 -08:00
ip6_flowlabel.c
ip6_input.c [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespace 2008-03-05 10:48:56 -08:00
ip6_output.c [NETNS][IPV6] fix some missing namespace 2008-03-07 11:14:16 -08:00
ip6_tunnel.c net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00
ipcomp6.c [IPCOMP]: Disable BH on output when using shared tfm 2008-02-28 11:23:17 -08:00
ipv6_sockglue.c [NETNS][IPV6] fix some missing namespace 2008-03-07 11:14:16 -08:00
Kconfig [IPV6] KCONFIG: Fix description about IPV6_TUNNEL. 2008-03-20 16:13:58 -07:00
Makefile [UDP]: Revert udplite and code split. 2008-03-06 16:22:02 -08:00
mcast.c [NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled in 2008-03-21 04:10:53 -07:00
mip6.c net: replace remaining __FUNCTION__ occurrences 2008-03-05 20:47:47 -08:00
ndisc.c [NETNS][IPV6] ndisc - make socket control per namespace 2008-03-07 11:15:34 -08:00
netfilter.c [NETNS][IPV6] route6 - add netns parameter to ip6_route_output 2008-03-05 10:48:10 -08:00
proc.c [UDP]: Revert udplite and code split. 2008-03-06 16:22:02 -08:00
protocol.c
raw.c [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. 2008-03-18 00:59:23 -07:00
reassembly.c
route.c [NETNS][IPV6] fix some missing namespace 2008-03-07 11:14:16 -08:00
sit.c [NETNS][IPV6] route6 - add netns parameter to ip6_route_output 2008-03-05 10:48:10 -08:00
syncookies.c [TCP]: Add IPv6 support to TCP SYN cookies 2008-03-04 15:18:21 +09:00
sysctl_net_ipv6.c [IPV6] SYSCTL: complete initialization for sysctl table in subsystem code. 2008-03-04 15:18:23 +09:00
tcp_ipv6.c [SOCK]: Add udp_hash member to struct proto. 2008-03-22 16:50:58 -07:00
tunnel6.c
udp_impl.h
udp.c [NETNS][IPV6] udp6 - make proc per namespace 2008-03-21 04:14:17 -07:00
udplite.c [NETNS][IPV6] udp6 - make proc per namespace 2008-03-21 04:14:17 -07:00
xfrm6_input.c
xfrm6_mode_beet.c
xfrm6_mode_ro.c
xfrm6_mode_transport.c
xfrm6_mode_tunnel.c
xfrm6_output.c
xfrm6_policy.c [NETNS][IPV6] route6 - add netns parameter to ip6_route_output 2008-03-05 10:48:10 -08:00
xfrm6_state.c
xfrm6_tunnel.c