tools/testing/selftests/bpf/cgroup_tcp_skb.h

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/cgroup_tcp_skb.h
Extension
.h
Size
915 bytes
Lines
36
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

#ifndef __CGROUP_TCP_SKB_H__
#define __CGROUP_TCP_SKB_H__

enum {
	INIT,
	CLOSED,
	SYN_SENT,
	SYN_RECV_SENDING_SYN_ACK,
	SYN_RECV,
	ESTABLISHED,
	FIN_WAIT1,
	FIN_WAIT2,
	CLOSE_WAIT_SENDING_ACK,
	CLOSE_WAIT,
	CLOSING,
	LAST_ACK,
	TIME_WAIT_SENDING_ACK,
	TIME_WAIT,
};

#endif /* __CGROUP_TCP_SKB_H__ */

Annotation

Implementation Notes