/openbmc/linux/net/bluetooth/hidp/ |
H A D | sock.c | 70 csock = sockfd_lookup(ca.ctrl_sock, &err); in do_hidp_sock_ioctl() 74 isock = sockfd_lookup(ca.intr_sock, &err); in do_hidp_sock_ioctl() 199 csock = sockfd_lookup(ca.ctrl_sock, &err); in hidp_sock_compat_ioctl() 203 isock = sockfd_lookup(ca.intr_sock, &err); in hidp_sock_compat_ioctl()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_transport.c | 151 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
|
/openbmc/linux/net/core/ |
H A D | bpf_sk_storage.c | 87 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_lookup_elem() 105 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_update_elem() 123 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_delete_elem()
|
H A D | sock_map.c | 568 sock = sockfd_lookup(ufd, &ret); in sock_map_update_elem_sys()
|
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | sock.c | 73 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
|
/openbmc/linux/net/handshake/ |
H A D | netlink.c | 148 sock = sockfd_lookup(fd, &err); in handshake_nl_done_doit()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 138 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
H A D | stub_dev.c | 74 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
H A D | vhci_sysfs.c | 360 socket = sockfd_lookup(sockfd, &err); in attach_store()
|
/openbmc/linux/kernel/bpf/ |
H A D | reuseport_array.c | 259 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
|
/openbmc/linux/include/linux/ |
H A D | net.h | 262 struct socket *sockfd_lookup(int fd, int *err);
|
/openbmc/linux/net/xdp/ |
H A D | xskmap.c | 177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
|
H A D | xsk.c | 1069 sock = sockfd_lookup(fd, &err); in xsk_lookup_xsk_from_fd()
|
/openbmc/linux/net/kcm/ |
H A D | kcmsock.c | 1325 csock = sockfd_lookup(info->fd, &err); in kcm_attach_ioctl() 1454 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()
|
/openbmc/linux/drivers/scsi/ |
H A D | iscsi_tcp.c | 720 sock = sockfd_lookup((int)transport_eph, &err); in iscsi_sw_tcp_conn_bind()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_core.c | 1488 sock = sockfd_lookup(tunnel->fd, &ret); in l2tp_tunnel_register()
|
/openbmc/linux/net/ |
H A D | socket.c | 533 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup() function 551 EXPORT_SYMBOL(sockfd_lookup);
|
/openbmc/linux/net/sunrpc/ |
H A D | svcsock.c | 1452 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
|
/openbmc/linux/drivers/vhost/ |
H A D | net.c | 1434 struct socket *sock = sockfd_lookup(fd, &r); in get_raw_socket()
|
/openbmc/linux/drivers/net/ |
H A D | gtp.c | 1220 sock = sockfd_lookup(fd, &err); in gtp_encap_enable_socket()
|
/openbmc/linux/drivers/block/ |
H A D | nbd.c | 1127 sock = sockfd_lookup(fd, err); in nbd_get_socket()
|