Socket Filter
Classic filtering on a socket before data reaches user space.
Classic filtering on a socket before data reaches user space.
LWT IN OUT and XMIT hooks in the routing stack where eBPF can add or strip headers perform NAT or steer packets into overlays with minimal extra latency.
Ingress and egress shaping and filtering in the TC layer with cls bpf.
Ultra fast packet processing that runs in the NIC driver perfect for DDoS defense.
A hook on connect bind and accept that lets you allow block or rewrite socket addresses for all processes inside a chosen cgroup giving per-container network policy