xref: /linux/tools/testing/selftests/bpf/xsk_xdp_common.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
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 
8 struct xdp_info {
9 	__u64 count;
10 } __attribute__((aligned(32)));
11 
12 #endif /* XSK_XDP_COMMON_H_ */
13