The Cilium BPF and XDP Reference Guide describes how you can load a BPF program to a netdevice via the ip
and tc
commands. How would I attach a BPF program to a kernel function/userspace function in the same way?
↧
How can I attached a BPF program to a kernel function via a kprobe?
↧