#include "vmlinux.h" #include //#include #define TC_ACT_UNSPEC (-1) SEC("tc") int handle_tc(struct __sk_buff *skb) { return TC_ACT_UNSPEC; }