include/linux/netfilter/ipset/ip_set_hash.h

Source file repositories/reference/linux-study-clean/include/linux/netfilter/ipset/ip_set_hash.h

File Facts

System
Linux kernel
Corpus path
include/linux/netfilter/ipset/ip_set_hash.h
Extension
.h
Size
347 bytes
Lines
15
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

#ifndef __IP_SET_HASH_H
#define __IP_SET_HASH_H

#include <uapi/linux/netfilter/ipset/ip_set_hash.h>


#define IPSET_DEFAULT_HASHSIZE		1024
#define IPSET_MIMINAL_HASHSIZE		64
#define IPSET_DEFAULT_MAXELEM		65536
#define IPSET_DEFAULT_PROBES		4
#define IPSET_DEFAULT_RESIZE		100

#endif /* __IP_SET_HASH_H */

Annotation

Implementation Notes