]> err.no Git - linux-2.6/blobdiff - include/net/ipv6.h
[IPV6]: Fix sending extension headers before and including routing header.
[linux-2.6] / include / net / ipv6.h
index 8a9fe9434e9451d099add0599863977c38559f4b..53c76c8a69007ba0b6f9c80f852efc8994b061a3 100644 (file)
@@ -237,6 +237,8 @@ extern struct ipv6_txoptions *      ipv6_renew_options(struct sock *sk, struct ipv6_t
                                                   int newtype,
                                                   struct ipv6_opt_hdr __user *newopt,
                                                   int newoptlen);
+struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
+                                         struct ipv6_txoptions *opt);
 
 extern int ip6_frag_nqueues;
 extern atomic_t ip6_frag_mem;
@@ -377,6 +379,7 @@ extern int                  ip6_append_data(struct sock *sk,
                                                int length,
                                                int transhdrlen,
                                                int hlimit,
+                                               int tclass,
                                                struct ipv6_txoptions *opt,
                                                struct flowi *fl,
                                                struct rt6_info *rt,