aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index ece7e8a84ffd..c4ea12710576 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -506,6 +506,8 @@ extern int ipv6_skip_exthdr(const struct sk_buff *, int start,
506 506
507extern int ipv6_ext_hdr(u8 nexthdr); 507extern int ipv6_ext_hdr(u8 nexthdr);
508 508
509extern int ipv6_find_tlv(struct sk_buff *skb, int offset, int type);
510
509extern struct ipv6_txoptions * ipv6_invert_rthdr(struct sock *sk, 511extern struct ipv6_txoptions * ipv6_invert_rthdr(struct sock *sk,
510 struct ipv6_rt_hdr *hdr); 512 struct ipv6_rt_hdr *hdr);
511 513