Test your understanding of eBPF register architecture, in-kernel verifier pointer bounds checking, native versus generic XDP driver hooks, packet buffer recycling, and per-CPU map concurrency.
0 / 6
Why will the Linux in-kernel eBPF verifier reject an XDP program that attempts to dereference *(u32*)(data + 14) without a prior comparison against data_end?