Home
last modified time | relevance | path

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

/linux/net/xdp/
A Dxdp_umem.c156 bool unaligned_chunks = mr->flags & XDP_UMEM_UNALIGNED_CHUNK_FLAG; in xdp_umem_reg()
171 if (mr->flags & ~XDP_UMEM_UNALIGNED_CHUNK_FLAG) in xdp_umem_reg()
A Dxsk_buff_pool.c47 bool unaligned = umem->flags & XDP_UMEM_UNALIGNED_CHUNK_FLAG; in xp_create_and_assign_umem()
/linux/tools/include/uapi/linux/
A Dif_xdp.h30 #define XDP_UMEM_UNALIGNED_CHUNK_FLAG (1 << 0) macro
/linux/include/uapi/linux/
A Dif_xdp.h30 #define XDP_UMEM_UNALIGNED_CHUNK_FLAG (1 << 0) macro
/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.c251 cfg.flags |= XDP_UMEM_UNALIGNED_CHUNK_FLAG; in xsk_configure_umem()
/linux/samples/bpf/
A Dxdpsock_user.c1022 opt_umem_flags |= XDP_UMEM_UNALIGNED_CHUNK_FLAG; in parse_command_line()

Completed in 17 milliseconds