github.com/cilium/cilium@v1.16.2/Documentation/internals/hooks.rst (about) 1 .. only:: not (epub or latex or html) 2 3 WARNING: You are looking at unreleased Cilium documentation. 4 Please use the official rendered version released here: 5 https://docs.cilium.io 6 7 eBPF Program Types 8 ================== 9 10 Cilium uses the following eBPF program types to attach programs to the kernel: 11 12 - ``BPF_PROG_TYPE_XDP`` 13 - ``BPF_PROG_TYPE_SCHED_ACT`` 14 - ``BPF_PROG_TYPE_CGROUP_SOCK_ADDR``