Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dxdp.c43 BUILD_BUG_ON(sizeof_field(struct xdp_mem_allocator, mem.id) in xdp_mem_id_hashfn()
53 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp()
61 .head_offset = offsetof(struct xdp_mem_allocator, node),
62 .key_offset = offsetof(struct xdp_mem_allocator, mem.id),
63 .key_len = sizeof_field(struct xdp_mem_allocator, mem.id),
73 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free()
75 xa = container_of(rcu, struct xdp_mem_allocator, rcu); in __xdp_mem_allocator_rcu_free()
83 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove()
93 struct xdp_mem_allocator *xa; in mem_allocator_disconnect()
117 struct xdp_mem_allocator *xa; in xdp_unreg_mem_model()
[all …]
/Linux-v6.6/include/net/
Dxdp_priv.h9 struct xdp_mem_allocator { struct
/Linux-v6.6/include/trace/events/
Dxdp.h323 TP_PROTO(const struct xdp_mem_allocator *xa),
328 __field(const struct xdp_mem_allocator *, xa)
350 TP_PROTO(const struct xdp_mem_allocator *xa,
356 __field(const struct xdp_mem_allocator *, xa)