Lines Matching refs:socket
157 static int tipc_create(struct net *net, struct socket *sock, int protocol, in tipc_create()
238 static int release(struct socket *sock) in release()
309 static int bind(struct socket *sock, struct sockaddr *uaddr, int uaddr_len) in bind()
348 static int get_name(struct socket *sock, struct sockaddr *uaddr, in get_name()
415 static unsigned int poll(struct file *file, struct socket *sock, in poll()
491 static int send_msg(struct kiocb *iocb, struct socket *sock, in send_msg()
601 static int send_packet(struct kiocb *iocb, struct socket *sock, in send_packet()
662 static int send_stream(struct kiocb *iocb, struct socket *sock, in send_stream()
759 static int auto_connect(struct socket *sock, struct tipc_msg *msg) in auto_connect()
885 static int recv_msg(struct kiocb *iocb, struct socket *sock, in recv_msg()
994 static int recv_stream(struct kiocb *iocb, struct socket *sock, in recv_stream()
1158 struct socket *sock = tsock->sk.sk_socket; in filter_connect()
1269 struct socket *sock = sk->sk_socket; in filter_rcv()
1375 static int connect(struct socket *sock, struct sockaddr *dest, int destlen, in connect()
1475 static int listen(struct socket *sock, int len) in listen()
1501 static int accept(struct socket *sock, struct socket *new_sock, int flags) in accept()
1595 static int shutdown(struct socket *sock, int how) in shutdown()
1660 static int setsockopt(struct socket *sock, in setsockopt()
1719 static int getsockopt(struct socket *sock, in getsockopt()