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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index d0aeb97aec5d..55ee1eb7d026 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -867,7 +867,8 @@ int ip6_append_data(struct sock *sk,
867 int odd, struct sk_buff *skb), 867 int odd, struct sk_buff *skb),
868 void *from, int length, int transhdrlen, int hlimit, 868 void *from, int length, int transhdrlen, int hlimit,
869 int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, 869 int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6,
870 struct rt6_info *rt, unsigned int flags, int dontfrag); 870 struct rt6_info *rt, unsigned int flags, int dontfrag,
871 const struct sockcm_cookie *sockc);
871 872
872int ip6_push_pending_frames(struct sock *sk); 873int ip6_push_pending_frames(struct sock *sk);
873 874
@@ -884,7 +885,8 @@ struct sk_buff *ip6_make_skb(struct sock *sk,
884 void *from, int length, int transhdrlen, 885 void *from, int length, int transhdrlen,
885 int hlimit, int tclass, struct ipv6_txoptions *opt, 886 int hlimit, int tclass, struct ipv6_txoptions *opt,
886 struct flowi6 *fl6, struct rt6_info *rt, 887 struct flowi6 *fl6, struct rt6_info *rt,
887 unsigned int flags, int dontfrag); 888 unsigned int flags, int dontfrag,
889 const struct sockcm_cookie *sockc);
888 890
889static inline struct sk_buff *ip6_finish_skb(struct sock *sk) 891static inline struct sk_buff *ip6_finish_skb(struct sock *sk)
890{ 892{