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 @@  struct nft_af_info;  struct netns_nftables { -	struct list_head	af_info; +	struct list_head	tables;  	struct list_head	commit_list; -	struct nft_af_info	*ipv4; -	struct nft_af_info	*ipv6; -	struct nft_af_info	*inet; -	struct nft_af_info	*arp; -	struct nft_af_info	*bridge; -	struct nft_af_info	*netdev;  	unsigned int		base_seq;  	u8			gencursor;  };  |