Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_xdp.h36 #define XDP_UMEM_UNALIGNED_CHUNK_FLAG (1 << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dif_xdp.h36 #define XDP_UMEM_UNALIGNED_CHUNK_FLAG (1 << 0) macro
/openbmc/linux/net/xdp/
H A Dxdp_umem.c153 bool unaligned_chunks = mr->flags & XDP_UMEM_UNALIGNED_CHUNK_FLAG; in xdp_umem_reg()
170 if (mr->flags & ~XDP_UMEM_UNALIGNED_CHUNK_FLAG) in xdp_umem_reg()
H A Dxsk_buff_pool.c58 bool unaligned = umem->flags & XDP_UMEM_UNALIGNED_CHUNK_FLAG; in xp_create_and_assign_umem()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c59 .flags = XDP_UMEM_UNALIGNED_CHUNK_FLAG, in open_xsk()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c69 .flags = XDP_UMEM_UNALIGNED_CHUNK_FLAG, in open_xsk()
H A Dxskxceiver.c192 cfg.flags |= XDP_UMEM_UNALIGNED_CHUNK_FLAG; in xsk_configure_umem()