1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* XDP user-space packet buffer 3 * Copyright(c) 2018 Intel Corporation. 4 */ 5 6 #ifndef XDP_UMEM_H_ 7 #define XDP_UMEM_H_ 8 9 #include <net/xdp_sock_drv.h> 10 11 void xdp_get_umem(struct xdp_umem *umem); 12 void xdp_put_umem(struct xdp_umem *umem, bool 13 struct xdp_umem *xdp_umem_create(struct xdp_um 14 15 #endif /* XDP_UMEM_H_ */ 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.