hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/net/netns/nftables.h
....@@ -6,14 +6,7 @@
66 #include <linux/android_kabi.h>
77
88 struct netns_nftables {
9
- struct list_head tables;
10
- struct list_head commit_list;
11
- struct list_head module_list;
12
- struct list_head notify_list;
13
- struct mutex commit_mutex;
14
- unsigned int base_seq;
159 u8 gencursor;
16
- u8 validate_state;
1710
1811 ANDROID_KABI_RESERVE(1);
1912 };