summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/xdping.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/bpf/xdping.h')
-rw-r--r--tools/testing/selftests/bpf/xdping.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/xdping.h b/tools/testing/selftests/bpf/xdping.h
new file mode 100644
index 000000000000..afc578df77be
--- /dev/null
+++ b/tools/testing/selftests/bpf/xdping.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. */
+
+#define XDPING_MAX_COUNT 10
+#define XDPING_DEFAULT_COUNT 4
+
+struct pinginfo {
+ __u64 start;
+ __be16 seq;
+ __u16 count;
+ __u32 pad;
+ __u64 times[XDPING_MAX_COUNT];
+};