Searched refs:xdp_mem_allocator (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/core/ |
D | xdp.c | 41 BUILD_BUG_ON(sizeof_field(struct xdp_mem_allocator, mem.id) in xdp_mem_id_hashfn() 51 const struct xdp_mem_allocator *xa = ptr; in xdp_mem_id_cmp() 59 .head_offset = offsetof(struct xdp_mem_allocator, node), 60 .key_offset = offsetof(struct xdp_mem_allocator, mem.id), 61 .key_len = sizeof_field(struct xdp_mem_allocator, mem.id), 71 struct xdp_mem_allocator *xa; in __xdp_mem_allocator_rcu_free() 73 xa = container_of(rcu, struct xdp_mem_allocator, rcu); in __xdp_mem_allocator_rcu_free() 81 static void mem_xa_remove(struct xdp_mem_allocator *xa) in mem_xa_remove() 91 struct xdp_mem_allocator *xa; in mem_allocator_disconnect() 115 struct xdp_mem_allocator *xa; in xdp_unreg_mem_model() [all …]
|
/Linux-v6.1/include/trace/events/ |
D | xdp.h | 322 TP_PROTO(const struct xdp_mem_allocator *xa), 327 __field(const struct xdp_mem_allocator *, xa) 349 TP_PROTO(const struct xdp_mem_allocator *xa, 355 __field(const struct xdp_mem_allocator *, xa)
|
/Linux-v6.1/include/net/ |
D | xdp_priv.h | 9 struct xdp_mem_allocator { struct
|