Documentation
¶
Overview ¶
This program demonstrates attaching an eBPF program to a network interface with Linux TC (Traffic Control). The program counts ingress and egress packets using two ARRAY maps. The userspace program (Go code in this file) prints the contents of the two maps to stdout every second. This example depends on tcx bpf_link, available in Linux kernel version 6.6 or newer.
Click to show internal directories.
Click to hide internal directories.