LiteX: driver for SPI Flash (mtd) device
[linux/fpc-iii.git] / net / xdp / xdp_umem.h
blobaa9fe2780410e77aaf45bba9781a619a195e9c91
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* XDP user-space packet buffer
3 * Copyright(c) 2018 Intel Corporation.
4 */
6 #ifndef XDP_UMEM_H_
7 #define XDP_UMEM_H_
9 #include <net/xdp_sock_drv.h>
11 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);
15 #endif /* XDP_UMEM_H_ */