Home
last modified time | relevance | path

Searched refs:sockfd_lookup (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A Dsock.c69 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c151 /* sockfd_lookup will internally do a fget */ in usnic_transport_get_socket()
152 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_transport.c150 /* sockfd_lookup will internally do a fget */ in usnic_transport_get_socket()
151 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c119 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_lookup_elem()
137 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_update_elem()
155 sock = sockfd_lookup(fd, &err); in bpf_fd_sk_storage_delete_elem()
/kernel/linux/linux-6.6/net/bluetooth/bnep/
H A Dsock.c73 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c87 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()
/kernel/linux/linux-5.10/net/bluetooth/cmtp/
H A Dsock.c85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
/kernel/linux/linux-5.10/net/bluetooth/bnep/
H A Dsock.c72 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
/kernel/linux/linux-6.6/net/bluetooth/cmtp/
H A Dsock.c85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
/kernel/linux/linux-6.6/net/handshake/
H A Dnetlink.c148 sock = sockfd_lookup(fd, &err); in handshake_nl_done_doit()
/kernel/linux/linux-5.10/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.c360 socket = sockfd_lookup(sockfd, &err); in attach_store()
/kernel/linux/linux-5.10/net/xdp/
H A Dxskmap.c177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
/kernel/linux/linux-5.10/include/linux/
H A Dnet.h239 struct socket *sockfd_lookup(int fd, int *err);
/kernel/linux/linux-5.10/kernel/bpf/
H A Dreuseport_array.c276 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
/kernel/linux/linux-6.6/include/linux/
H A Dnet.h262 struct socket *sockfd_lookup(int fd, int *err);
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvudc_sysfs.c138 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
H A Dvhci_sysfs.c360 socket = sockfd_lookup(sockfd, &err); in attach_store()
H A Dstub_dev.c74 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dreuseport_array.c259 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
/kernel/linux/linux-6.6/net/xdp/
H A Dxskmap.c177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcsock.c1348 struct socket *sock = sockfd_lookup(fd, &err); in svc_alien_sock()
1377 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_atm.c253 sock = sockfd_lookup(fd, &error); in atm_tc_change()

Completed in 16 milliseconds

12