/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
H A D | usnic_transport.c | 151 /* 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 D | usnic_transport.c | 150 /* 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 D | bpf_sk_storage.c | 119 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 D | sock.c | 73 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | sock.c | 85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | sock.c | 72 nsock = sockfd_lookup(ca.sock, &err); in do_bnep_sock_ioctl()
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | sock.c | 85 nsock = sockfd_lookup(ca.sock, &err); in do_cmtp_sock_ioctl()
|
/kernel/linux/linux-6.6/net/handshake/ |
H A D | netlink.c | 148 sock = sockfd_lookup(fd, &err); in handshake_nl_done_doit()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/xdp/ |
H A D | xskmap.c | 177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | net.h | 239 struct socket *sockfd_lookup(int fd, int *err);
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | reuseport_array.c | 276 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | net.h | 262 struct socket *sockfd_lookup(int fd, int *err);
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 138 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
H A D | vhci_sysfs.c | 360 socket = sockfd_lookup(sockfd, &err); in attach_store()
|
H A D | stub_dev.c | 74 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | reuseport_array.c | 259 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xskmap.c | 177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H 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()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_atm.c | 253 sock = sockfd_lookup(fd, &error); in atm_tc_change()
|