#include #include SEC("p4xdp_drop") int xdp_drop(struct xdp_md *ctx) { return XDP_DROP; }