Lunatik has support for XDP through its xdp module
After studying the Lunatik codebase and the existing luaxdp binding, I spent time surveying the Linux Traffic Control subsystem (here), eBPF program types, and the limitations of the BPF verifier to understand what the right problem to solve actually was.