Searched refs:off_v1 (Results 1 – 1 of 1) sorted by relevance
1428 struct xdp_mmap_offsets_v1 off_v1; in xsk_getsockopt() local1432 if (len < sizeof(off_v1)) in xsk_getsockopt()1461 xsk_enter_rxtx_offsets(&off_v1.rx); in xsk_getsockopt()1462 xsk_enter_rxtx_offsets(&off_v1.tx); in xsk_getsockopt()1463 xsk_enter_umem_offsets(&off_v1.fr); in xsk_getsockopt()1464 xsk_enter_umem_offsets(&off_v1.cr); in xsk_getsockopt()1466 len = sizeof(off_v1); in xsk_getsockopt()1467 to_copy = &off_v1; in xsk_getsockopt()