hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/net/netns/netfilter.h
....@@ -3,6 +3,7 @@
33 #define __NETNS_NETFILTER_H
44
55 #include <linux/netfilter_defs.h>
6
+#include <linux/android_kabi.h>
67
78 struct proc_dir_entry;
89 struct nf_logger;
....@@ -22,9 +23,8 @@
2223 #ifdef CONFIG_NETFILTER_FAMILY_ARP
2324 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
2425 #endif
26
+#ifdef CONFIG_NETFILTER_FAMILY_BRIDGE
2527 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
26
-#if IS_ENABLED(CONFIG_DECNET)
27
- struct nf_hook_entries __rcu *hooks_decnet[NF_DN_NUMHOOKS];
2828 #endif
2929 #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV4)
3030 bool defrag_ipv4;
....@@ -32,5 +32,7 @@
3232 #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6)
3333 bool defrag_ipv6;
3434 #endif
35
+
36
+ ANDROID_KABI_RESERVE(1);
3537 };
3638 #endif