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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index dd96638ab8ff..2a5f668cd683 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -250,6 +250,7 @@ struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space,
250 struct ipv6_txoptions *fopt); 250 struct ipv6_txoptions *fopt);
251void fl6_free_socklist(struct sock *sk); 251void fl6_free_socklist(struct sock *sk);
252int ipv6_flowlabel_opt(struct sock *sk, char __user *optval, int optlen); 252int ipv6_flowlabel_opt(struct sock *sk, char __user *optval, int optlen);
253int ipv6_flowlabel_opt_get(struct sock *sk, struct in6_flowlabel_req *freq);
253int ip6_flowlabel_init(void); 254int ip6_flowlabel_init(void);
254void ip6_flowlabel_cleanup(void); 255void ip6_flowlabel_cleanup(void);
255 256