repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
testing
/
selftests
/
bpf
/
test_tcpbpf.h
blob
2fe43289943c7fcf2fc5715c5abb4b4d10d06b1f
1
// SPDX-License-Identifier: GPL-2.0
2
3
#ifndef _TEST_TCPBPF_H
4
#define _TEST_TCPBPF_H
5
6
struct
tcpbpf_globals
{
7
__u32 event_map
;
8
__u32 total_retrans
;
9
__u32 data_segs_in
;
10
__u32 data_segs_out
;
11
__u32 bad_cb_test_rv
;
12
__u32 good_cb_test_rv
;
13
__u64 bytes_received
;
14
__u64 bytes_acked
;
15
};
16
#endif