Searched refs:sockfd_lookup (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_transport.c | 151 sock = sockfd_lookup(sock_fd, &err); in usnic_transport_get_socket()
|
| /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 | 573 sock = sockfd_lookup(ufd, &ret); in sock_map_update_elem_sys()
|
| /linux/net/handshake/ |
| H A D | netlink.c | 144 sock = sockfd_lookup(fd, &err); in handshake_nl_done_doit()
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_sysfs.c | 138 socket = sockfd_lookup(sockfd, &err); in usbip_sockfd_store()
|
| /linux/kernel/bpf/ |
| H A D | reuseport_array.c | 259 socket = sockfd_lookup(fd, &err); in bpf_fd_reuseport_array_update_elem()
|
| /linux/net/xdp/ |
| H A D | xskmap.c | 177 sock = sockfd_lookup(fd, &err); in xsk_map_update_elem()
|
| H A D | xsk.c | 1597 sock = sockfd_lookup(fd, &err); in xsk_bind()
|
| /linux/include/linux/ |
| H A D | net.h | 309 struct socket *sockfd_lookup(int fd, int *err);
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 1349 csock = sockfd_lookup(info->fd, &err); in kcm_attach_ioctl() 1478 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()
|
| /linux/net/psp/ |
| H A D | psp_nl.c | 651 socket = sockfd_lookup(fd, &err); in psp_assoc_device_get_locked()
|
| /linux/drivers/net/ovpn/ |
| H A D | netlink.c | 394 sock = sockfd_lookup(sockfd, &ret); in ovpn_nl_peer_new_doit()
|
| /linux/net/ |
| H A D | socket.c | 626 struct socket *sockfd_lookup(int fd, int *err) in sockfd_lookup() function 644 EXPORT_SYMBOL(sockfd_lookup);
|
| /linux/net/sunrpc/ |
| H A D | svcsock.c | 1523 struct socket *so = sockfd_lookup(fd, &err); in svc_addsock()
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 1666 sock = sockfd_lookup(tunnel->fd, &ret); in l2tp_tunnel_register()
|
| /linux/drivers/vhost/ |
| H A D | net.c | 1477 struct socket *sock = sockfd_lookup(fd, &r); in get_raw_socket()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 1219 sock = sockfd_lookup(fd, err); in nbd_get_socket()
|