aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/af_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/af_unix.h')
-rw-r--r--include/net/af_unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index 63b17816e0ba..5a4e29b168c9 100644
--- a/include/net/af_unix.h
+++ b/include/net/af_unix.h
@@ -66,6 +66,9 @@ struct unix_sock {
66 66
67#define peer_wait peer_wq.wait 67#define peer_wait peer_wq.wait
68 68
69long unix_inq_len(struct sock *sk);
70long unix_outq_len(struct sock *sk);
71
69#ifdef CONFIG_SYSCTL 72#ifdef CONFIG_SYSCTL
70extern int unix_sysctl_register(struct net *net); 73extern int unix_sysctl_register(struct net *net);
71extern void unix_sysctl_unregister(struct net *net); 74extern void unix_sysctl_unregister(struct net *net);