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