]> Pileus Git - ~andy/linux/blobdiff - include/net/ipv6.h
netback: set transport header before passing it to kernel
[~andy/linux] / include / net / ipv6.h
index 42ef6abf25c3dba413e2f7eb2fb16e8ba0f41728..0810aa57c78015ac35fd8ea9caaddb0c2ab791a3 100644 (file)
@@ -478,6 +478,7 @@ struct ip6_create_arg {
        u32 user;
        const struct in6_addr *src;
        const struct in6_addr *dst;
+       u8 ecn;
 };
 
 void ip6_frag_init(struct inet_frag_queue *q, void *a);
@@ -497,6 +498,7 @@ struct frag_queue {
        int                     iif;
        unsigned int            csum;
        __u16                   nhoffset;
+       u8                      ecn;
 };
 
 void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq,