Home
last modified time | relevance | path

Searched refs:sockfd_lookup (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/net/bluetooth/hidp/
H A Dsock.c70 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()
/linux-6.15/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c151 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
/linux-6.15/net/core/
H A Dbpf_sk_storage.c88 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_lookup_elem()
106 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_update_elem()
124 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_delete_elem()
H A Dsock_map.c571 sock = sockfd_lookup(ufd, &ret); in sock_map_update_elem_sys()
/linux-6.15/net/bluetooth/cmtp/
H A Dsock.c85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
/linux-6.15/net/bluetooth/bnep/
H A Dsock.c73 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
/linux-6.15/net/handshake/
H A Dnetlink.c148 sock = sockfd_lookup(fd, &err); in handshake_nl_done_doit()
/linux-6.15/drivers/usb/usbip/
H A Dvudc_sysfs.c138 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
H A Dstub_dev.c74 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
H A Dvhci_sysfs.c361 socket = sockfd_lookup(sockfd, &err); in attach_store()
/linux-6.15/kernel/bpf/
H A Dreuseport_array.c259 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
/linux-6.15/net/xdp/
H A Dxskmap.c177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
H A Dxsk.c1135 sock = sockfd_lookup(fd, &err); in xsk_lookup_xsk_from_fd()
/linux-6.15/include/linux/
H A Dnet.h264 struct socket *sockfd_lookup(int fd, int *err);
/linux-6.15/net/kcm/
H A Dkcmsock.c1326 csock = sockfd_lookup(info->fd, &err); in kcm_attach_ioctl()
1455 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()
/linux-6.15/drivers/scsi/
H A Discsi_tcp.c676 sock = sockfd_lookup((int)transport_eph, &err); in iscsi_sw_tcp_conn_bind()
/linux-6.15/net/
H A Dsocket.c539 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup() function
557 EXPORT_SYMBOL(sockfd_lookup);
/linux-6.15/net/l2tp/
H A Dl2tp_core.c1658 sock = sockfd_lookup(tunnel->fd, &ret); in l2tp_tunnel_register()
/linux-6.15/net/sunrpc/
H A Dsvcsock.c1441 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
/linux-6.15/drivers/vhost/
H A Dnet.c1407 struct socket *sock = sockfd_lookup(fd, &r); in get_raw_socket()
/linux-6.15/drivers/net/
H A Dgtp.c1655 sock = sockfd_lookup(fd, &err); in gtp_encap_enable_socket()
/linux-6.15/drivers/block/
H A Dnbd.c1216 sock = sockfd_lookup(fd, err); in nbd_get_socket()