- Tested on Linux kernel v6.8.0.
econ_rx.bpf.c: Functions for handling packets in RXecon_tx.bpf.c: Functions for handling packets in TXtrace.bpf.c: Functions to print debug messages.
all: Compile all BPF C filesrx: Attach all BPF programs in the RX pathunrx: Detach all BPF programs in the RX pathtx: Attach all BPF programs in the TX pathuntx: Detach all BPF programs in the TX pathtrace: Attach all debug/tracing BPF programsuntrace: Detach all debug/tracing programsattach: Attach all BPF programs in the RX/TX pathdetach: Detach all BPF programs