Searched refs:xdp_mem_allocator (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | xdp.c | 39 	BUILD_BUG_ON(FIELD_SIZEOF(struct xdp_mem_allocator, mem.id)  in xdp_mem_id_hashfn()49 	const struct xdp_mem_allocator *xa = ptr;  in xdp_mem_id_cmp()
 57 	.head_offset = offsetof(struct xdp_mem_allocator, node),
 58 	.key_offset  = offsetof(struct xdp_mem_allocator, mem.id),
 59 	.key_len = FIELD_SIZEOF(struct xdp_mem_allocator, mem.id),
 69 	struct xdp_mem_allocator *xa;  in __xdp_mem_allocator_rcu_free()
 71 	xa = container_of(rcu, struct xdp_mem_allocator, rcu);  in __xdp_mem_allocator_rcu_free()
 90 	struct xdp_mem_allocator *xa;  in __mem_id_disconnect()
 124 	struct xdp_mem_allocator *xa = container_of(dwq, typeof(*xa), defer_wq);  in mem_id_disconnect_defer_retry()
 148 	struct xdp_mem_allocator *xa;  in xdp_rxq_info_unreg_mem_model()
 [all …]
 
 | 
| /Linux-v5.4/include/net/ | 
| D | xdp_priv.h | 8 struct xdp_mem_allocator {  struct
 | 
| /Linux-v5.4/include/trace/events/ | 
| D | xdp.h | 320 	TP_PROTO(const struct xdp_mem_allocator *xa,326 		__field(const struct xdp_mem_allocator *,	xa)
 358 	TP_PROTO(const struct xdp_mem_allocator *xa,
 364 		__field(const struct xdp_mem_allocator *,	xa)
 
 |