.. | .. |
---|
3 | 3 | #define __NETNS_NETFILTER_H |
---|
4 | 4 | |
---|
5 | 5 | #include <linux/netfilter_defs.h> |
---|
| 6 | +#include <linux/android_kabi.h> |
---|
6 | 7 | |
---|
7 | 8 | struct proc_dir_entry; |
---|
8 | 9 | struct nf_logger; |
---|
.. | .. |
---|
22 | 23 | #ifdef CONFIG_NETFILTER_FAMILY_ARP |
---|
23 | 24 | struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS]; |
---|
24 | 25 | #endif |
---|
| 26 | +#ifdef CONFIG_NETFILTER_FAMILY_BRIDGE |
---|
25 | 27 | struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS]; |
---|
| 28 | +#endif |
---|
26 | 29 | #if IS_ENABLED(CONFIG_DECNET) |
---|
27 | 30 | struct nf_hook_entries __rcu *hooks_decnet[NF_DN_NUMHOOKS]; |
---|
28 | 31 | #endif |
---|
.. | .. |
---|
32 | 35 | #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) |
---|
33 | 36 | bool defrag_ipv6; |
---|
34 | 37 | #endif |
---|
| 38 | + |
---|
| 39 | + ANDROID_KABI_RESERVE(1); |
---|
35 | 40 | }; |
---|
36 | 41 | #endif |
---|