kmod headers
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 27 Oct 2025 16:27:54 +0000 (16:27 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 27 Oct 2025 16:27:54 +0000 (16:27 +0000)
developer/cc/Rabbit_2017_count.kmod.c
developer/cc/Rabbit_2017_to_WG.kmod.c

index ff4801b..cb702d4 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/netfilter_ipv4.h>
 #include <linux/netfilter_ipv6.h>
 #include <net/sock.h>
+#include <net/inet_sock.h>
 
 /* Hardcoded target UID */
 #define RABBIT_UID 2017
index cb2ed99..17ab69e 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/netfilter_ipv4.h>
 #include <linux/ip.h>
 #include <net/sock.h>
+#include <net/inet_sock.h>
 
 #define RABBIT_UID 2017
 #define DEV_NAME   "US"   /* WireGuard iface to force */