Home
last modified time | relevance | path

Searched refs:xdp_umem (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/net/xdp/
Dxdp_umem.c26 static void xdp_umem_unpin_pages(struct xdp_umem *umem) in xdp_umem_unpin_pages()
34 static void xdp_umem_unaccount_pages(struct xdp_umem *umem) in xdp_umem_unaccount_pages()
42 static void xdp_umem_addr_unmap(struct xdp_umem *umem) in xdp_umem_addr_unmap()
48 static int xdp_umem_addr_map(struct xdp_umem *umem, struct page **pages, in xdp_umem_addr_map()
57 static void xdp_umem_release(struct xdp_umem *umem) in xdp_umem_release()
71 struct xdp_umem *umem = container_of(work, struct xdp_umem, work); in xdp_umem_release_deferred()
76 void xdp_get_umem(struct xdp_umem *umem) in xdp_get_umem()
81 void xdp_put_umem(struct xdp_umem *umem, bool defer_cleanup) in xdp_put_umem()
96 static int xdp_umem_pin_pages(struct xdp_umem *umem, unsigned long address) in xdp_umem_pin_pages()
130 static int xdp_umem_account_pages(struct xdp_umem *umem) in xdp_umem_account_pages()
[all …]
Dxdp_umem.h11 void xdp_get_umem(struct xdp_umem *umem);
12 void xdp_put_umem(struct xdp_umem *umem, bool defer_cleanup);
13 struct xdp_umem *xdp_umem_create(struct xdp_umem_reg *mr);
DMakefile2 obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o xskmap.o
Dxsk_buff_pool.c56 struct xdp_umem *umem) in xp_create_and_assign_umem()
215 int xp_assign_dev_shared(struct xsk_buff_pool *pool, struct xdp_umem *umem, in xp_assign_dev_shared()
297 u32 nr_pages, struct xdp_umem *umem) in xp_create_dma_map()
Dxsk_diag.c50 struct xdp_umem *umem = xs->umem; in xsk_diag_put_umem()
Dxsk.c1081 struct xdp_umem *umem; in xsk_setsockopt()
/linux-5.19.10/include/net/
Dxsk_buff_pool.h17 struct xdp_umem;
49 struct xdp_umem *umem;
95 struct xdp_umem *umem);
98 int xp_assign_dev_shared(struct xsk_buff_pool *pool, struct xdp_umem *umem,
Dxdp_sock.h21 struct xdp_umem { struct
49 struct xdp_umem *umem; argument
Dxdp_sock_drv.h56 struct xdp_umem *umem = pool->umem; in xsk_pool_dma_map()
/linux-5.19.10/include/linux/
Dnetdevice.h980 struct xdp_umem;