#include "vmlinux.h" #include SEC("xdp") int xdp_filter(struct xdp_md *ctx) { return XDP_PASS; }