Searched refs:sockfd_lookup (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 70 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_ioctl() 74 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_ioctl()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_transport.c | 137 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci_sysfs.c | 198 socket = sockfd_lookup(sockfd, &err); in store_attach()
|
D | stub_dev.c | 85 socket = sockfd_lookup(sockfd, &err); in store_sockfd()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | sock.c | 86 nsock = sockfd_lookup(ca.sock, &err); in cmtp_sock_ioctl()
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 73 nsock = sockfd_lookup(ca.sock, &err); in bnep_sock_ioctl()
|
/linux-4.1.27/include/linux/ |
D | net.h | 218 struct socket *sockfd_lookup(int fd, int *err);
|
/linux-4.1.27/net/ |
D | compat.c | 370 struct socket *sock = sockfd_lookup(fd, &err); in COMPAT_SYSCALL_DEFINE5() 490 struct socket *sock = sockfd_lookup(fd, &err); in COMPAT_SYSCALL_DEFINE5()
|
D | socket.c | 430 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup() function 446 EXPORT_SYMBOL(sockfd_lookup);
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 541 sock = sockfd_lookup(data.ncp_fd, &error); in ncp_fill_super() 569 struct socket *info_sock = sockfd_lookup(data.info_fd, &error); in ncp_fill_super()
|
/linux-4.1.27/net/sched/ |
D | sch_atm.c | 241 sock = sockfd_lookup(fd, &error); in atm_tc_change()
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 1427 struct socket *sock = sockfd_lookup(fd, &err); in svc_alien_sock() 1455 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_core.c | 193 sock = sockfd_lookup(tunnel->fd, &err); in l2tp_tunnel_sock_lookup() 1495 sock = sockfd_lookup(fd, &err); in l2tp_tunnel_create()
|
/linux-4.1.27/drivers/block/ |
D | nbd.c | 625 sock = sockfd_lookup(arg, &err); in __nbd_ioctl()
|
/linux-4.1.27/drivers/scsi/ |
D | iscsi_tcp.c | 655 sock = sockfd_lookup((int)transport_eph, &err); in iscsi_sw_tcp_conn_bind()
|
/linux-4.1.27/drivers/vhost/ |
D | net.c | 819 struct socket *sock = sockfd_lookup(fd, &r); in get_raw_socket()
|