Lines Matching defs:sock
68 struct socket *sock; member
108 static inline struct sock_mapping *pvcalls_enter_sock(struct socket *sock) in pvcalls_enter_sock()
125 static inline void pvcalls_exit_sock(struct socket *sock) in pvcalls_exit_sock()
269 int pvcalls_front_socket(struct socket *sock) in pvcalls_front_socket()
421 int pvcalls_front_connect(struct socket *sock, struct sockaddr *addr, in pvcalls_front_connect()
540 int pvcalls_front_sendmsg(struct socket *sock, struct msghdr *msg, in pvcalls_front_sendmsg()
633 int pvcalls_front_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in pvcalls_front_recvmsg()
669 int pvcalls_front_bind(struct socket *sock, struct sockaddr *addr, int addr_len) in pvcalls_front_bind()
722 int pvcalls_front_listen(struct socket *sock, int backlog) in pvcalls_front_listen()
771 int pvcalls_front_accept(struct socket *sock, struct socket *newsock, int flags) in pvcalls_front_accept()
987 __poll_t pvcalls_front_poll(struct file *file, struct socket *sock, in pvcalls_front_poll()
1007 int pvcalls_front_release(struct socket *sock) in pvcalls_front_release()