diff options
-rw-r--r-- | include/net/ipv6.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 296f61d84709..5738c1c73ac1 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -250,15 +250,6 @@ int ip6_frag_mem(struct net *net); | |||
250 | 250 | ||
251 | #define IPV6_FRAG_TIMEOUT (60*HZ) /* 60 seconds */ | 251 | #define IPV6_FRAG_TIMEOUT (60*HZ) /* 60 seconds */ |
252 | 252 | ||
253 | /* | ||
254 | * Function prototype for build_xmit | ||
255 | */ | ||
256 | |||
257 | typedef int (*inet_getfrag_t) (const void *data, | ||
258 | struct in6_addr *addr, | ||
259 | char *, | ||
260 | unsigned int, unsigned int); | ||
261 | |||
262 | extern int __ipv6_addr_type(const struct in6_addr *addr); | 253 | extern int __ipv6_addr_type(const struct in6_addr *addr); |
263 | static inline int ipv6_addr_type(const struct in6_addr *addr) | 254 | static inline int ipv6_addr_type(const struct in6_addr *addr) |
264 | { | 255 | { |
@@ -510,14 +501,6 @@ extern int ip6_local_out(struct sk_buff *skb); | |||
510 | * Extension header (options) processing | 501 | * Extension header (options) processing |
511 | */ | 502 | */ |
512 | 503 | ||
513 | extern u8 * ipv6_build_nfrag_opts(struct sk_buff *skb, | ||
514 | u8 *prev_hdr, | ||
515 | struct ipv6_txoptions *opt, | ||
516 | struct in6_addr *daddr, | ||
517 | u32 jumbolen); | ||
518 | extern u8 * ipv6_build_frag_opts(struct sk_buff *skb, | ||
519 | u8 *prev_hdr, | ||
520 | struct ipv6_txoptions *opt); | ||
521 | extern void ipv6_push_nfrag_opts(struct sk_buff *skb, | 504 | extern void ipv6_push_nfrag_opts(struct sk_buff *skb, |
522 | struct ipv6_txoptions *opt, | 505 | struct ipv6_txoptions *opt, |
523 | u8 *proto, | 506 | u8 *proto, |