Lines Matching refs:xdp_mem_allocator
32 struct xdp_mem_allocator { struct
48 BUILD_BUG_ON(FIELD_SIZEOF(struct xdp_mem_allocator, mem.id) in xdp_mem_id_hashfn() argument
58 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp()
66 .head_offset = offsetof(struct xdp_mem_allocator, node),
67 .key_offset = offsetof(struct xdp_mem_allocator, mem.id),
68 .key_len = FIELD_SIZEOF(struct xdp_mem_allocator, mem.id),
78 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free()
80 xa = container_of(rcu, struct xdp_mem_allocator, rcu); in __xdp_mem_allocator_rcu_free()
99 struct xdp_mem_allocator *xa; in __xdp_rxq_info_unreg_mem_model()
244 struct xdp_mem_allocator *xdp_alloc; in xdp_rxq_info_reg_mem_model()
316 struct xdp_mem_allocator *xa; in __xdp_return()