Sign in
gbmc
/
linux
/
refs/heads/linux-6.4.y
/
.
/
tools
/
testing
/
selftests
/
bpf
/
xsk_xdp_metadata.h
blob: 943133da378a3812ae41159135e2efb61ce023ff [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
struct
xdp_info
{
__u64 count
;
}
__attribute__
((
aligned
(
32
)));