Lines Matching refs:socket

260 	RCU_INIT_POINTER(ei->socket.wq, wq);  in sock_alloc_inode()
262 ei->socket.state = SS_UNCONNECTED; in sock_alloc_inode()
263 ei->socket.flags = 0; in sock_alloc_inode()
264 ei->socket.ops = NULL; in sock_alloc_inode()
265 ei->socket.sk = NULL; in sock_alloc_inode()
266 ei->socket.file = NULL; in sock_alloc_inode()
277 wq = rcu_dereference_protected(ei->socket.wq, 1); in sock_destroy_inode()
354 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file()
390 static int sock_map_fd(struct socket *sock, int flags) in sock_map_fd()
407 struct socket *sock_from_file(struct file *file, int *err) in sock_from_file()
430 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup()
433 struct socket *sock; in sockfd_lookup()
448 static struct socket *sockfd_lookup_light(int fd, int *err, int *fput_needed) in sockfd_lookup_light()
451 struct socket *sock; in sockfd_lookup_light()
535 static struct socket *sock_alloc(void) in sock_alloc()
538 struct socket *sock; in sock_alloc()
566 void sock_release(struct socket *sock) in sock_release()
611 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec()
618 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg()
627 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg()
712 static inline int sock_recvmsg_nosec(struct socket *sock, struct msghdr *msg, in sock_recvmsg_nosec()
718 int sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in sock_recvmsg()
742 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, in kernel_recvmsg()
759 struct socket *sock; in sock_sendpage()
775 struct socket *sock = file->private_data; in sock_splice_read()
786 struct socket *sock = file->private_data; in sock_read_iter()
808 struct socket *sock = file->private_data; in sock_write_iter()
865 static long sock_do_ioctl(struct net *net, struct socket *sock, in sock_do_ioctl()
890 struct socket *sock; in sock_ioctl()
963 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite()
966 struct socket *sock = NULL; in sock_create_lite()
997 struct socket *sock; in sock_poll()
1018 struct socket *sock = file->private_data; in sock_mmap()
1042 struct socket *sock = filp->private_data; in sock_fasync()
1064 int sock_wake_async(struct socket *sock, int how, int band) in sock_wake_async()
1098 struct socket **res, int kern) in __sock_create()
1101 struct socket *sock; in __sock_create()
1210 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create()
1216 int sock_create_kern(int family, int type, int protocol, struct socket **res) in sock_create_kern()
1222 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) in SYSCALL_DEFINE3() argument
1225 struct socket *sock; in SYSCALL_DEFINE3()
1266 struct socket *sock1, *sock2; in SYSCALL_DEFINE4()
1374 struct socket *sock; in SYSCALL_DEFINE3()
1403 struct socket *sock; in SYSCALL_DEFINE2()
1437 struct socket *sock, *newsock; in SYSCALL_DEFINE4()
1536 struct socket *sock; in SYSCALL_DEFINE3()
1568 struct socket *sock; in SYSCALL_DEFINE3()
1599 struct socket *sock; in SYSCALL_DEFINE3()
1632 struct socket *sock; in SYSCALL_DEFINE6()
1688 struct socket *sock; in SYSCALL_DEFINE6()
1744 struct socket *sock; in SYSCALL_DEFINE5()
1778 struct socket *sock; in SYSCALL_DEFINE5()
1807 struct socket *sock; in SYSCALL_DEFINE2()
1884 static int ___sys_sendmsg(struct socket *sock, struct user_msghdr __user *msg, in ___sys_sendmsg()
1984 struct socket *sock; in __sys_sendmsg()
2012 struct socket *sock; in __sys_sendmmsg()
2072 static int ___sys_recvmsg(struct socket *sock, struct user_msghdr __user *msg, in ___sys_recvmsg()
2148 struct socket *sock; in __sys_recvmsg()
2177 struct socket *sock; in __sys_recvmmsg()
2559 static int do_siocgstamp(struct net *net, struct socket *sock, in do_siocgstamp()
2575 static int do_siocgstampns(struct net *net, struct socket *sock, in do_siocgstampns()
2876 static int dev_ifsioc(struct net *net, struct socket *sock, in dev_ifsioc()
2981 static int routing_ioctl(struct net *net, struct socket *sock, in routing_ioctl()
3053 static int compat_sock_ioctl_trans(struct file *file, struct socket *sock, in compat_sock_ioctl_trans()
3156 struct socket *sock = file->private_data; in compat_sock_ioctl()
3178 int kernel_bind(struct socket *sock, struct sockaddr *addr, int addrlen) in kernel_bind()
3184 int kernel_listen(struct socket *sock, int backlog) in kernel_listen()
3190 int kernel_accept(struct socket *sock, struct socket **newsock, int flags) in kernel_accept()
3215 int kernel_connect(struct socket *sock, struct sockaddr *addr, int addrlen, in kernel_connect()
3222 int kernel_getsockname(struct socket *sock, struct sockaddr *addr, in kernel_getsockname()
3229 int kernel_getpeername(struct socket *sock, struct sockaddr *addr, in kernel_getpeername()
3236 int kernel_getsockopt(struct socket *sock, int level, int optname, in kernel_getsockopt()
3258 int kernel_setsockopt(struct socket *sock, int level, int optname, in kernel_setsockopt()
3278 int kernel_sendpage(struct socket *sock, struct page *page, int offset, in kernel_sendpage()
3288 int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg) in kernel_sock_ioctl()
3301 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) in kernel_sock_shutdown()