#include #include #include SEC("sk_msg1") int bpf_prog1(struct sk_msg_md *msg) { return SK_PASS; } char _license[] SEC("license") = "GPL";