aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 06c5259aff30..75a312d3888a 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -532,6 +532,7 @@ struct proto {
532 int (*getsockopt)(struct sock *sk, int level, 532 int (*getsockopt)(struct sock *sk, int level,
533 int optname, char __user *optval, 533 int optname, char __user *optval,
534 int __user *option); 534 int __user *option);
535#ifdef CONFIG_COMPAT
535 int (*compat_setsockopt)(struct sock *sk, 536 int (*compat_setsockopt)(struct sock *sk,
536 int level, 537 int level,
537 int optname, char __user *optval, 538 int optname, char __user *optval,
@@ -540,6 +541,7 @@ struct proto {
540 int level, 541 int level,
541 int optname, char __user *optval, 542 int optname, char __user *optval,
542 int __user *option); 543 int __user *option);
544#endif
543 int (*sendmsg)(struct kiocb *iocb, struct sock *sk, 545 int (*sendmsg)(struct kiocb *iocb, struct sock *sk,
544 struct msghdr *msg, size_t len); 546 struct msghdr *msg, size_t len);
545 int (*recvmsg)(struct kiocb *iocb, struct sock *sk, 547 int (*recvmsg)(struct kiocb *iocb, struct sock *sk,