diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 42ef6abf25c3..0810aa57c780 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -478,6 +478,7 @@ struct ip6_create_arg { | |||
478 | u32 user; | 478 | u32 user; |
479 | const struct in6_addr *src; | 479 | const struct in6_addr *src; |
480 | const struct in6_addr *dst; | 480 | const struct in6_addr *dst; |
481 | u8 ecn; | ||
481 | }; | 482 | }; |
482 | 483 | ||
483 | void ip6_frag_init(struct inet_frag_queue *q, void *a); | 484 | void ip6_frag_init(struct inet_frag_queue *q, void *a); |
@@ -497,6 +498,7 @@ struct frag_queue { | |||
497 | int iif; | 498 | int iif; |
498 | unsigned int csum; | 499 | unsigned int csum; |
499 | __u16 nhoffset; | 500 | __u16 nhoffset; |
501 | u8 ecn; | ||
500 | }; | 502 | }; |
501 | 503 | ||
502 | void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq, | 504 | void ip6_expire_frag_queue(struct net *net, struct frag_queue *fq, |