Home
last modified time | relevance | path

Searched refs:off_v1 (Results 1 – 1 of 1) sorted by relevance

/linux/net/xdp/
H A Dxsk.c2009 struct xdp_mmap_offsets_v1 off_v1; in xsk_getsockopt() local
2013 if (len < sizeof(off_v1)) in xsk_getsockopt()
2042 xsk_enter_rxtx_offsets(&off_v1.rx); in xsk_getsockopt()
2043 xsk_enter_rxtx_offsets(&off_v1.tx); in xsk_getsockopt()
2044 xsk_enter_umem_offsets(&off_v1.fr); in xsk_getsockopt()
2045 xsk_enter_umem_offsets(&off_v1.cr); in xsk_getsockopt()
2047 len = sizeof(off_v1); in xsk_getsockopt()
2048 to_copy = &off_v1; in xsk_getsockopt()