Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11-rc7 12 lines 212 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef XSK_XDP_COMMON_H_ 4#define XSK_XDP_COMMON_H_ 5 6#define MAX_SOCKETS 2 7 8struct xdp_info { 9 __u64 count; 10} __attribute__((aligned(32))); 11 12#endif /* XSK_XDP_COMMON_H_ */