include/uapi/linux/netfilter_ipv4/ipt_CLUSTERIP.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/netfilter_ipv4/ipt_CLUSTERIP.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/netfilter_ipv4/ipt_CLUSTERIP.h
Extension
.h
Size
821 bytes
Lines
39
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct ipt_clusterip_tgt_info {

	__u32 flags;

	/* only relevant for new ones */
	__u8 clustermac[ETH_ALEN];
	__u16 num_total_nodes;
	__u16 num_local_nodes;
	__u16 local_nodes[CLUSTERIP_MAX_NODES];
	__u32 hash_mode;
	__u32 hash_initval;

	/* Used internally by the kernel */
	struct clusterip_config *config;
};

#endif /*_IPT_CLUSTERIP_H_target*/

Annotation

Implementation Notes