tools/testing/selftests/bpf/test_tcpnotify.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/test_tcpnotify.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/test_tcpnotify.h
Extension
.h
Size
273 bytes
Lines
20
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

struct tcpnotify_globals {
	__u32 total_retrans;
	__u32 ncalls;
};

struct tcp_notifier {
	__u8    type;
	__u8    subtype;
	__u8    source;
	__u8    hash;
};

#define	TESTPORT	12877
#endif

Annotation

Implementation Notes