aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/iucv/af_iucv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/iucv/af_iucv.h')
-rw-r--r--include/net/iucv/af_iucv.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h
index c661c6fd6fd..2ce0c901ead 100644
--- a/include/net/iucv/af_iucv.h
+++ b/include/net/iucv/af_iucv.h
@@ -74,28 +74,8 @@ struct iucv_sock_list {
74 atomic_t autobind_name; 74 atomic_t autobind_name;
75}; 75};
76 76
77static void iucv_sock_destruct(struct sock *sk);
78static void iucv_sock_cleanup_listen(struct sock *parent);
79static void iucv_sock_kill(struct sock *sk);
80static void iucv_sock_close(struct sock *sk);
81static int iucv_sock_bind(struct socket *sock, struct sockaddr *addr,
82 int addr_len);
83static int iucv_sock_connect(struct socket *sock, struct sockaddr *addr,
84 int alen, int flags);
85static int iucv_sock_listen(struct socket *sock, int backlog);
86static int iucv_sock_accept(struct socket *sock, struct socket *newsock,
87 int flags);
88static int iucv_sock_getname(struct socket *sock, struct sockaddr *addr,
89 int *len, int peer);
90static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
91 struct msghdr *msg, size_t len);
92static int iucv_sock_recvmsg(struct kiocb *iocb, struct socket *sock,
93 struct msghdr *msg, size_t len, int flags);
94unsigned int iucv_sock_poll(struct file *file, struct socket *sock, 77unsigned int iucv_sock_poll(struct file *file, struct socket *sock,
95 poll_table *wait); 78 poll_table *wait);
96static int iucv_sock_release(struct socket *sock);
97static int iucv_sock_shutdown(struct socket *sock, int how);
98
99void iucv_sock_link(struct iucv_sock_list *l, struct sock *s); 79void iucv_sock_link(struct iucv_sock_list *l, struct sock *s);
100void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *s); 80void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *s);
101int iucv_sock_wait_state(struct sock *sk, int state, int state2, 81int iucv_sock_wait_state(struct sock *sk, int state, int state2,