Skip to main content

Module ebpf_firewall

Module ebpf_firewall 

Source
Expand description

Allocation Firewall (eBPF) Implementation

This module provides kernel-level socket bypassing and packet filtering using eBPF programs. Designed for high-performance networking with zero-copy operations and advanced security.

Structs§

EbpfFirewall
eBPF Firewall Manager
EbpfProgram
eBPF program with metadata
FirewallRule
Firewall rule for packet filtering
GlobalMetrics
Global performance metrics
PacketModification
Packet modification actions
PerformanceMonitor
Performance monitor for eBPF programs
PerformanceStats
Performance statistics
ProgramMetrics
Program performance metrics
ProgramStats
Program statistics
RuleCondition
Rule conditions
SocketAddress
Socket address representation
SocketInfo
Socket information
SocketMetrics
Socket performance metrics
SocketStats
Socket statistics
ZeroCopyBuffer
Zero-copy buffer for direct memory access

Enums§

AddressFamily
Address families
ConditionOperator
Condition operators
EbpfError
eBPF error types
ModificationOperation
Modification operations
PacketAction
Packet action result
ProgramType
eBPF program types
Protocol
Network protocols
RuleAction
Rule actions
SocketType
Socket types