repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
xdping.h
blob
afc578df77be582c52816b52c2333fb53480909e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. */
3
4
#define XDPING_MAX_COUNT 10
5
#define XDPING_DEFAULT_COUNT 4
6
7
struct
pinginfo
{
8
__u64 start
;
9
__be16 seq
;
10
__u16 count
;
11
__u32 pad
;
12
__u64 times
[
XDPING_MAX_COUNT
];
13
};