diff options
Diffstat (limited to 'include/net/netns/nftables.h')
-rw-r--r-- | include/net/netns/nftables.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h index 4109b5f3010f..48134353411d 100644 --- a/include/net/netns/nftables.h +++ b/include/net/netns/nftables.h | |||
@@ -7,14 +7,8 @@ | |||
7 | struct nft_af_info; | 7 | struct nft_af_info; |
8 | 8 | ||
9 | struct netns_nftables { | 9 | struct netns_nftables { |
10 | struct list_head af_info; | 10 | struct list_head tables; |
11 | struct list_head commit_list; | 11 | struct list_head commit_list; |
12 | struct nft_af_info *ipv4; | ||
13 | struct nft_af_info *ipv6; | ||
14 | struct nft_af_info *inet; | ||
15 | struct nft_af_info *arp; | ||
16 | struct nft_af_info *bridge; | ||
17 | struct nft_af_info *netdev; | ||
18 | unsigned int base_seq; | 12 | unsigned int base_seq; |
19 | u8 gencursor; | 13 | u8 gencursor; |
20 | }; | 14 | }; |