6 lines
104 B
C
Raw Normal View History

2026-01-29 22:25:33 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
struct xdp_info {
__u64 count;
} __attribute__((aligned(32)));