Loading net/ipv6/ip6_output.c +2 −1 Original line number Diff line number Diff line Loading @@ -774,7 +774,8 @@ int ip6_dst_lookup(struct sock *sk, struct dst_entry **dst, struct flowi *fl) *dst = NULL; return err; } inline int ip6_ufo_append_data(struct sock *sk, static inline int ip6_ufo_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int hh_len, int fragheaderlen, Loading net/ipv6/ipv6_sockglue.c +2 −2 Original line number Diff line number Diff line Loading @@ -628,7 +628,7 @@ int ipv6_setsockopt(struct sock *sk, int level, int optname, return -EINVAL; } int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr, static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr, char __user *optval, int len) { if (!hdr) Loading Loading
net/ipv6/ip6_output.c +2 −1 Original line number Diff line number Diff line Loading @@ -774,7 +774,8 @@ int ip6_dst_lookup(struct sock *sk, struct dst_entry **dst, struct flowi *fl) *dst = NULL; return err; } inline int ip6_ufo_append_data(struct sock *sk, static inline int ip6_ufo_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int hh_len, int fragheaderlen, Loading
net/ipv6/ipv6_sockglue.c +2 −2 Original line number Diff line number Diff line Loading @@ -628,7 +628,7 @@ int ipv6_setsockopt(struct sock *sk, int level, int optname, return -EINVAL; } int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr, static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_opt_hdr *hdr, char __user *optval, int len) { if (!hdr) Loading