Home
last modified time | relevance | path

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

/linux/net/xdp/
H A Dxdp_umem.c24 static void xdp_umem_unpin_pages(struct xdp_umem *umem) in xdp_umem_unpin_pages()
32 static void xdp_umem_unaccount_pages(struct xdp_umem *umem) in xdp_umem_unaccount_pages()
40 static void xdp_umem_addr_unmap(struct xdp_umem *umem) in xdp_umem_addr_unmap()
46 static int xdp_umem_addr_map(struct xdp_umem *umem, struct page **pages, in xdp_umem_addr_map()
55 static void xdp_umem_release(struct xdp_umem *umem) in xdp_umem_release()
69 struct xdp_umem *umem = container_of(work, struct xdp_umem, work); in xdp_umem_release_deferred()
74 void xdp_get_umem(struct xdp_umem *umem) in xdp_get_umem()
79 void xdp_put_umem(struct xdp_umem *umem, bool defer_cleanup) in xdp_put_umem()
94 static int xdp_umem_pin_pages(struct xdp_umem *umem, unsigned long address) in xdp_umem_pin_pages()
128 static int xdp_umem_account_pages(struct xdp_umem *umem) in xdp_umem_account_pages()
[all …]
H A 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);
H A DMakefile2 obj-$(CONFIG_XDP_SOCKETS) += xsk.o xdp_umem.o xsk_queue.o xskmap.o
H A Dxsk_buff_pool.c56 struct xdp_umem *umem) in xp_create_and_assign_umem()
251 struct xdp_umem *umem = umem_xs->umem; in xp_assign_dev_shared()
330 u32 nr_pages, struct xdp_umem *umem) in xp_create_dma_map()
H A Dxsk_diag.c50 struct xdp_umem *umem = xs->umem; in xsk_diag_put_umem()
H A Dxsk.c1367 struct xdp_umem *umem; in xsk_setsockopt()
/linux/include/net/
H A Dxdp_sock.h23 struct xdp_umem { struct
53 struct xdp_umem *umem; argument
H A Dxdp_sock_drv.h71 struct xdp_umem *umem = pool->umem; in xsk_pool_dma_map()
/linux/include/linux/
H A Dnetdevice.h953 struct xdp_umem;