First eBPF program
Anatomy of an eBPF program
When working with eBPF programs, there are a few parts to it, namely:
When the program will run.
What it will do.
How will it share information with the user space.
When the program will run
As mentioned in our previou...
prateek-singh.hashnode.dev6 min read