aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
itmus_2019&id=99633ab29b2131b68089a6c7f60458390860e044'>99633ab29b21
36596dadf54a
0628b123c96d
38e029f14a97
0628b123c96d
a654de8fdc18
99633ab29b21


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                      




                          
                       
                                       
                                            
                                         
                                          
                                               


      
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_

#include <linux/list.h>

struct netns_nftables {
	struct list_head	tables;
	struct list_head	commit_list;
	unsigned int		base_seq;
	u8			gencursor;
	u8			validate_state;
};

#endif