Searched refs:sockfd_lookup (Results 1 – 25 of 25) sorted by relevance
/linux/net/bluetooth/hidp/ |
A D | sock.c | 69 csock = sockfd_lookup(ca.ctrl_sock, &err); in do_hidp_sock_ioctl() 73 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 198 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_compat_ioctl() 202 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
|
/linux/drivers/infiniband/hw/usnic/ |
A D | usnic_transport.c | 152 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
|
/linux/net/core/ |
A D | bpf_sk_storage.c | 120 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_lookup_elem() 138 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_update_elem() 156 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_delete_elem()
|
A D | sock_map.c | 557 sock = sockfd_lookup(ufd, &ret); in sock_map_update_elem_sys()
|
/linux/net/bluetooth/bnep/ |
A D | sock.c | 72 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
|
/linux/net/bluetooth/cmtp/ |
A D | sock.c | 85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
|
/linux/drivers/usb/usbip/ |
A D | vudc_sysfs.c | 138 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
A D | stub_dev.c | 74 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
A D | vhci_sysfs.c | 360 socket = sockfd_lookup(sockfd, &err); in attach_store()
|
/linux/kernel/bpf/ |
A D | reuseport_array.c | 268 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
|
/linux/net/xdp/ |
A D | xskmap.c | 167 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
|
A D | xsk.c | 825 sock = sockfd_lookup(fd, &err); in xsk_lookup_xsk_from_fd()
|
/linux/include/linux/ |
A D | net.h | 239 struct socket *sockfd_lookup(int fd, int *err);
|
/linux/net/sunrpc/ |
A D | svcsock.c | 1348 struct socket *sock = sockfd_lookup(fd, &err); in svc_alien_sock() 1377 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
|
/linux/net/sched/ |
A D | sch_atm.c | 253 sock = sockfd_lookup(fd, &error); in atm_tc_change()
|
/linux/net/kcm/ |
A D | kcmsock.c | 1479 csock = sockfd_lookup(info->fd, &err); in kcm_attach_ioctl() 1608 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()
|
/linux/drivers/scsi/ |
A D | iscsi_tcp.c | 676 sock = sockfd_lookup((int)transport_eph, &err); in iscsi_sw_tcp_conn_bind()
|
/linux/net/l2tp/ |
A D | l2tp_core.c | 1471 sock = sockfd_lookup(tunnel->fd, &ret); in l2tp_tunnel_register()
|
/linux/drivers/net/ |
A D | gtp.c | 810 sock = sockfd_lookup(fd, &err); in gtp_encap_enable_socket()
|
/linux/net/ |
A D | socket.c | 525 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup() function 543 EXPORT_SYMBOL(sockfd_lookup);
|
/linux/drivers/vhost/ |
A D | net.c | 1431 struct socket *sock = sockfd_lookup(fd, &r); in get_raw_socket()
|
/linux/drivers/block/ |
A D | nbd.c | 1078 sock = sockfd_lookup(fd, err); in nbd_get_socket()
|
/linux/ |
A D | vmlinux.symvers | 74 0x00000000 sockfd_lookup vmlinux EXPORT_SYMBOL
|
A D | System.map | 50251 ffff800010d68af0 T sockfd_lookup
|
A D | .tmp_System.map | 50251 ffff800010d68af0 T sockfd_lookup
|
Completed in 376 milliseconds