Symbol: xsk_umem_info
tools/testing/selftests/bpf/prog_tests/test_xsk.c
112
static u64 umem_alloc_buffer(struct xsk_umem_info *umem)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1168
struct xsk_umem_info *umem = xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
124
static void umem_reset_alloc(struct xsk_umem_info *umem)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1472
struct xsk_umem_info *umem, bool tx)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1503
struct xsk_umem_info *umem_rx, *umem_tx;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
151
int xsk_configure_socket(struct xsk_socket_info *xsk, struct xsk_umem_info *umem,
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1526
static int xsk_populate_fill_ring(struct xsk_umem_info *umem, struct pkt_stream *pkt_stream,
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1574
struct xsk_umem_info *umem = ifobject->xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1707
struct xsk_umem_info *umem = ifobj->xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
1987
struct xsk_umem_info *umem = test->ifobj_rx->xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
2091
struct xsk_umem_info *umem = test->ifobj_tx->xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
210
struct xsk_umem_info *umem_real;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
2132
struct xsk_umem_info *umem = test->ifobj_tx->xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.c
2628
ifobj->xsk_arr[0].umem_real = calloc(1, sizeof(struct xsk_umem_info));
tools/testing/selftests/bpf/prog_tests/test_xsk.c
464
static u32 pkt_get_buffer_len(struct xsk_umem_info *umem, u32 len)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
615
static u64 pkt_get_addr(struct pkt *pkt, struct xsk_umem_info *umem)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
627
static void pkt_generate(struct xsk_socket_info *xsk, struct xsk_umem_info *umem, u64 addr, u32 len,
tools/testing/selftests/bpf/prog_tests/test_xsk.c
72
static u64 umem_size(struct xsk_umem_info *umem)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
761
static bool is_offset_correct(struct xsk_umem_info *umem, struct pkt *pkt, u64 addr)
tools/testing/selftests/bpf/prog_tests/test_xsk.c
77
int xsk_configure_umem(struct ifobject *ifobj, struct xsk_umem_info *umem, void *buffer,
tools/testing/selftests/bpf/prog_tests/test_xsk.c
821
static bool is_frag_valid(struct xsk_umem_info *umem, u64 addr, u32 len, u32 expected_pkt_nb,
tools/testing/selftests/bpf/prog_tests/test_xsk.c
988
struct xsk_umem_info *umem = xsk->umem;
tools/testing/selftests/bpf/prog_tests/test_xsk.h
159
int xsk_configure_umem(struct ifobject *ifobj, struct xsk_umem_info *umem, void *buffer, u64 size);
tools/testing/selftests/bpf/prog_tests/test_xsk.h
160
int xsk_configure_socket(struct xsk_socket_info *xsk, struct xsk_umem_info *umem,
tools/testing/selftests/bpf/prog_tests/test_xsk.h
86
struct xsk_umem_info *umem_real;
tools/testing/selftests/bpf/prog_tests/test_xsk.h
87
struct xsk_umem_info *umem;
tools/testing/selftests/bpf/xskxceiver.c
125
struct xsk_umem_info *umem;
tools/testing/selftests/bpf/xskxceiver.c
134
umem = calloc(1, sizeof(struct xsk_umem_info));