aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2008-03-10 04:30:37 -0400
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2008-03-24 21:23:59 -0400
commitc8cdaf998df221b01134a051aba38c570105061b (patch)
tree1335a3a0b377621f1c38adbdade34abd6b621c94 /include
parenta9b05723ffa2e427b0257b81ea74363fcd7c304f (diff)
[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipv6.h1
-rw-r--r--include/net/inet_sock.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index 4aaefc349a4b..2102d8b67c01 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -315,7 +315,6 @@ struct ipv6_pinfo {
315 struct sk_buff *pktoptions; 315 struct sk_buff *pktoptions;
316 struct { 316 struct {
317 struct ipv6_txoptions *opt; 317 struct ipv6_txoptions *opt;
318 struct rt6_info *rt;
319 int hop_limit; 318 int hop_limit;
320 int tclass; 319 int tclass;
321 } cork; 320 } cork;
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
index b6db16d2766a..a42cd63d241a 100644
--- a/include/net/inet_sock.h
+++ b/include/net/inet_sock.h
@@ -136,7 +136,7 @@ struct inet_sock {
136 unsigned int flags; 136 unsigned int flags;
137 unsigned int fragsize; 137 unsigned int fragsize;
138 struct ip_options *opt; 138 struct ip_options *opt;
139 struct rtable *rt; 139 struct dst_entry *dst;
140 int length; /* Total length of all frames */ 140 int length; /* Total length of all frames */
141 __be32 addr; 141 __be32 addr;
142 struct flowi fl; 142 struct flowi fl;