thesis/linux-6.8.1/tools/testing/selftests/bpf/xsk_xdp_common.h
2025-03-19 13:44:23 +01:00

12 lines
212 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef XSK_XDP_COMMON_H_
#define XSK_XDP_COMMON_H_
#define MAX_SOCKETS 2
struct xdp_info {
__u64 count;
} __attribute__((aligned(32)));
#endif /* XSK_XDP_COMMON_H_ */