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
/
test_tcpnotify.h
blob
8b6cea030bfc31ab394faf7e9a50fc1709b4e0ea
1
// SPDX-License-Identifier: GPL-2.0
2
3
#ifndef _TEST_TCPBPF_H
4
#define _TEST_TCPBPF_H
5
6
struct
tcpnotify_globals
{
7
__u32 total_retrans
;
8
__u32 ncalls
;
9
};
10
11
struct
tcp_notifier
{
12
__u8 type
;
13
__u8 subtype
;
14
__u8 source
;
15
__u8 hash
;
16
};
17
18
#define TESTPORT 12877
19
#endif