Home
last modified time | relevance | path

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

/linux/net/core/
H A Dxdp.c45 BUILD_BUG_ON(sizeof_field(struct xdp_mem_allocator, mem.id) in xdp_mem_id_hashfn()
55 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp()
63 .head_offset = offsetof(struct xdp_mem_allocator, node),
64 .key_offset = offsetof(struct xdp_mem_allocator, mem.id),
65 .key_len = sizeof_field(struct xdp_mem_allocator, mem.id),
75 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free()
77 xa = container_of(rcu, struct xdp_mem_allocator, rcu); in __xdp_mem_allocator_rcu_free()
85 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove()
95 struct xdp_mem_allocator *xa; in mem_allocator_disconnect()
119 struct xdp_mem_allocator *xa; in xdp_unreg_mem_model()
[all …]
/linux/include/trace/events/
H A Dxdp.h306 TP_PROTO(const struct xdp_mem_allocator *xa),
311 __field(const struct xdp_mem_allocator *, xa)
333 TP_PROTO(const struct xdp_mem_allocator *xa,
339 __field(const struct xdp_mem_allocator *, xa)
/linux/include/net/
H A Dxdp_priv.h9 struct xdp_mem_allocator { struct