From: Arnaldo Carvalho de Melo Date: Wed, 14 Dec 2005 07:23:09 +0000 (-0800) Subject: [IPV6]: Introduce inet6_timewait_sock X-Git-Tag: v2.6.16-rc1~474^2~22^2~9^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa1a53e1f055a6c790f40e7728f42a825b29248;p=pandora-kernel.git [IPV6]: Introduce inet6_timewait_sock Out of tcp6_timewait_sock, that now is just an aggregation of inet_timewait_sock and inet6_timewait_sock, using tw_ipv6_offset in struct inet_timewait_sock, that is common to the IPv6 transport protocols that use timewait sockets, like DCCP and TCP. tw_ipv6_offset plays the struct inet_sock pinfo6 role, i.e. for the generic code to find the IPv6 area in a timewait sock. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed