Searched refs:xsk_get_mmap_offsets (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | xsk.c | 195 static int xsk_get_mmap_offsets(int fd, struct xdp_mmap_offsets *off) in xsk_get_mmap_offsets() function 236 err = xsk_get_mmap_offsets(fd, &off); in xsk_create_umem_rings() 645 err = xsk_get_mmap_offsets(umem->fd, &off); in xsk_put_ctx() 785 err = xsk_get_mmap_offsets(xsk->fd, &off); in xsk_socket__create_shared() 905 err = xsk_get_mmap_offsets(umem->fd, &off); in xsk_umem__delete() 940 err = xsk_get_mmap_offsets(xsk->fd, &off); in xsk_socket__delete()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xsk.c | 145 static int xsk_get_mmap_offsets(int fd, struct xdp_mmap_offsets *off) in xsk_get_mmap_offsets() function 181 err = xsk_get_mmap_offsets(fd, &off); in xsk_create_umem_rings() 486 err = xsk_get_mmap_offsets(umem->fd, &off); in xsk_put_ctx() 616 err = xsk_get_mmap_offsets(xsk->fd, &off); in xsk_socket__create_shared() 730 err = xsk_get_mmap_offsets(umem->fd, &off); in xsk_umem__delete() 760 err = xsk_get_mmap_offsets(xsk->fd, &off); in xsk_socket__delete()
|
Completed in 5 milliseconds