diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index cc796cbc1b26..ae328b680ff2 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -377,6 +377,17 @@ static inline int ipv6_prefix_equal(const struct in6_addr *a1, | |||
377 | prefixlen); | 377 | prefixlen); |
378 | } | 378 | } |
379 | 379 | ||
380 | struct inet_frag_queue; | ||
381 | |||
382 | struct ip6_create_arg { | ||
383 | __be32 id; | ||
384 | struct in6_addr *src; | ||
385 | struct in6_addr *dst; | ||
386 | }; | ||
387 | |||
388 | void ip6_frag_init(struct inet_frag_queue *q, void *a); | ||
389 | int ip6_frag_match(struct inet_frag_queue *q, void *a); | ||
390 | |||
380 | static inline int ipv6_addr_any(const struct in6_addr *a) | 391 | static inline int ipv6_addr_any(const struct in6_addr *a) |
381 | { | 392 | { |
382 | return ((a->s6_addr32[0] | a->s6_addr32[1] | | 393 | return ((a->s6_addr32[0] | a->s6_addr32[1] | |