Searched refs:sol_socket_struct (Results 1 – 4 of 4) sorted by relevance
62 struct sol_socket_struct * sock; in socksys_open()98 sock = (struct sol_socket_struct*) in socksys_open()99 mykmalloc(sizeof(struct sol_socket_struct), GFP_KERNEL); in socksys_open()117 struct sol_socket_struct * sock; in socksys_release()122 sock = (struct sol_socket_struct *)filp->private_data; in socksys_release()146 struct sol_socket_struct *sock; in socksys_poll()147 sock = (struct sol_socket_struct*)filp->private_data; in socksys_poll()
163 struct sol_socket_struct *sock; in timod_queue()166 sock = (struct sol_socket_struct *)current->files->fd[fd]->private_data; in timod_queue()177 struct sol_socket_struct *sock; in timod_queue_end()180 sock = (struct sol_socket_struct *)current->files->fd[fd]->private_data; in timod_queue_end()351 struct sol_socket_struct *sock; in timod_putmsg()360 sock = (struct sol_socket_struct *)filp->private_data; in timod_putmsg()627 struct sol_socket_struct *sock; in timod_getmsg()641 sock = (struct sol_socket_struct *)filp->private_data; in timod_getmsg()
198 struct sol_socket_struct { struct
470 struct sol_socket_struct *sock; in solaris_S()