Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 
0003 #ifndef _TEST_TCPBPF_H
0004 #define _TEST_TCPBPF_H
0005 
0006 struct tcpnotify_globals {
0007     __u32 total_retrans;
0008     __u32 ncalls;
0009 };
0010 
0011 struct tcp_notifier {
0012     __u8    type;
0013     __u8    subtype;
0014     __u8    source;
0015     __u8    hash;
0016 };
0017 
0018 #define TESTPORT    12877
0019 #endif