···392392 * @list: used internally393393 * @rcu_head: used internally394394 * @net: net namespace that this chain belongs to395395+ * @table: table that this chain belongs to395396 * @handle: chain handle396397 * @flags: bitmask of enum nft_chain_flags397398 * @use: number of jump references to this chain···404403 struct list_head list;405404 struct rcu_head rcu_head;406405 struct net *net;406406+ struct nft_table *table;407407 u64 handle;408408 u8 flags;409409 u16 use;