aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/nftables.h
blob: 8c77832d024041c02ee2c38e0c7951d5c56eefda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_

#include <linux/list.h>

struct netns_nftables {
	u8			gencursor;
};

#endif