• Home
  • Raw
  • Download

Lines Matching refs:socket

264 	RCU_INIT_POINTER(ei->socket.wq, wq);  in sock_alloc_inode()
266 ei->socket.state = SS_UNCONNECTED; in sock_alloc_inode()
267 ei->socket.flags = 0; in sock_alloc_inode()
268 ei->socket.ops = NULL; in sock_alloc_inode()
269 ei->socket.sk = NULL; in sock_alloc_inode()
270 ei->socket.file = NULL; in sock_alloc_inode()
281 wq = rcu_dereference_protected(ei->socket.wq, 1); in sock_destroy_inode()
358 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file()
395 static int sock_map_fd(struct socket *sock, int flags) in sock_map_fd()
412 struct socket *sock_from_file(struct file *file, int *err) in sock_from_file()
435 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup()
438 struct socket *sock; in sockfd_lookup()
453 static struct socket *sockfd_lookup_light(int fd, int *err, int *fput_needed) in sockfd_lookup_light()
456 struct socket *sock; in sockfd_lookup_light()
532 struct socket *sock = SOCKET_I(dentry->d_inode); in sockfs_setattr()
554 static struct socket *sock_alloc(void) in sock_alloc()
557 struct socket *sock; in sock_alloc()
602 void sock_release(struct socket *sock) in sock_release()
647 static inline int __sock_sendmsg_nosec(struct kiocb *iocb, struct socket *sock, in __sock_sendmsg_nosec()
660 static inline int __sock_sendmsg(struct kiocb *iocb, struct socket *sock, in __sock_sendmsg()
668 int sock_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in sock_sendmsg()
683 static int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg, size_t size) in sock_sendmsg_nosec()
697 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg()
793 static inline int __sock_recvmsg_nosec(struct kiocb *iocb, struct socket *sock, in __sock_recvmsg_nosec()
807 static inline int __sock_recvmsg(struct kiocb *iocb, struct socket *sock, in __sock_recvmsg()
815 int sock_recvmsg(struct socket *sock, struct msghdr *msg, in sock_recvmsg()
831 static int sock_recvmsg_nosec(struct socket *sock, struct msghdr *msg, in sock_recvmsg_nosec()
861 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, in kernel_recvmsg()
882 struct socket *sock; in sock_sendpage()
898 struct socket *sock = file->private_data; in sock_splice_read()
918 struct socket *sock = file->private_data; in do_sock_read()
958 struct socket *sock = file->private_data; in do_sock_write()
1031 static long sock_do_ioctl(struct net *net, struct socket *sock, in sock_do_ioctl()
1056 struct socket *sock; in sock_ioctl()
1129 int sock_create_lite(int family, int type, int protocol, struct socket **res) in sock_create_lite()
1132 struct socket *sock = NULL; in sock_create_lite()
1163 struct socket *sock; in sock_poll()
1184 struct socket *sock = file->private_data; in sock_mmap()
1208 struct socket *sock = filp->private_data; in sock_fasync()
1230 int sock_wake_async(struct socket *sock, int how, int band) in sock_wake_async()
1264 struct socket **res, int kern) in __sock_create()
1267 struct socket *sock; in __sock_create()
1376 int sock_create(int family, int type, int protocol, struct socket **res) in sock_create()
1382 int sock_create_kern(int family, int type, int protocol, struct socket **res) in sock_create_kern()
1388 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) in SYSCALL_DEFINE3() argument
1391 struct socket *sock; in SYSCALL_DEFINE3()
1432 struct socket *sock1, *sock2; in SYSCALL_DEFINE4()
1540 struct socket *sock; in SYSCALL_DEFINE3()
1569 struct socket *sock; in SYSCALL_DEFINE2()
1603 struct socket *sock, *newsock; in SYSCALL_DEFINE4()
1702 struct socket *sock; in SYSCALL_DEFINE3()
1734 struct socket *sock; in SYSCALL_DEFINE3()
1765 struct socket *sock; in SYSCALL_DEFINE3()
1798 struct socket *sock; in SYSCALL_DEFINE6()
1859 struct socket *sock; in SYSCALL_DEFINE6()
1919 struct socket *sock; in SYSCALL_DEFINE5()
1953 struct socket *sock; in SYSCALL_DEFINE5()
1982 struct socket *sock; in SYSCALL_DEFINE2()
2023 static int ___sys_sendmsg(struct socket *sock, struct msghdr __user *msg, in ___sys_sendmsg()
2143 struct socket *sock; in __sys_sendmsg()
2171 struct socket *sock; in __sys_sendmmsg()
2231 static int ___sys_recvmsg(struct socket *sock, struct msghdr __user *msg, in ___sys_recvmsg()
2329 struct socket *sock; in __sys_recvmsg()
2358 struct socket *sock; in __sys_recvmmsg()
2742 static int do_siocgstamp(struct net *net, struct socket *sock, in do_siocgstamp()
2758 static int do_siocgstampns(struct net *net, struct socket *sock, in do_siocgstampns()
3059 static int dev_ifsioc(struct net *net, struct socket *sock, in dev_ifsioc()
3164 static int routing_ioctl(struct net *net, struct socket *sock, in routing_ioctl()
3236 static int compat_sock_ioctl_trans(struct file *file, struct socket *sock, in compat_sock_ioctl_trans()
3339 struct socket *sock = file->private_data; in compat_sock_ioctl()
3361 int kernel_bind(struct socket *sock, struct sockaddr *addr, int addrlen) in kernel_bind()
3367 int kernel_listen(struct socket *sock, int backlog) in kernel_listen()
3373 int kernel_accept(struct socket *sock, struct socket **newsock, int flags) in kernel_accept()
3398 int kernel_connect(struct socket *sock, struct sockaddr *addr, int addrlen, in kernel_connect()
3405 int kernel_getsockname(struct socket *sock, struct sockaddr *addr, in kernel_getsockname()
3412 int kernel_getpeername(struct socket *sock, struct sockaddr *addr, in kernel_getpeername()
3419 int kernel_getsockopt(struct socket *sock, int level, int optname, in kernel_getsockopt()
3441 int kernel_setsockopt(struct socket *sock, int level, int optname, in kernel_setsockopt()
3461 int kernel_sendpage(struct socket *sock, struct page *page, int offset, in kernel_sendpage()
3471 int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg) in kernel_sock_ioctl()
3484 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) in kernel_sock_shutdown()