brintos

brintos / linux-shallow public Read only

0
0
Text · 273 B · 8b6cea0 Raw
20 lines · c
1// SPDX-License-Identifier: GPL-2.02 3#ifndef _TEST_TCPBPF_H4#define _TEST_TCPBPF_H5 6struct tcpnotify_globals {7	__u32 total_retrans;8	__u32 ncalls;9};10 11struct tcp_notifier {12	__u8    type;13	__u8    subtype;14	__u8    source;15	__u8    hash;16};17 18#define	TESTPORT	1287719#endif20