diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 887313d978d0..4e279a83cdd0 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -319,6 +319,8 @@ struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, | |||
319 | 319 | ||
320 | bool ipv6_opt_accepted(const struct sock *sk, const struct sk_buff *skb, | 320 | bool ipv6_opt_accepted(const struct sock *sk, const struct sk_buff *skb, |
321 | const struct inet6_skb_parm *opt); | 321 | const struct inet6_skb_parm *opt); |
322 | struct ipv6_txoptions *ipv6_update_options(struct sock *sk, | ||
323 | struct ipv6_txoptions *opt); | ||
322 | 324 | ||
323 | static inline bool ipv6_accept_ra(struct inet6_dev *idev) | 325 | static inline bool ipv6_accept_ra(struct inet6_dev *idev) |
324 | { | 326 | { |