Home
last modified time | relevance | path

Searched defs:nftables_pernet (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables.h1569 struct nftables_pernet { struct
1570 struct list_head tables;
1571 struct list_head commit_list;
1572 struct list_head binding_list;
1573 struct list_head module_list;
1574 struct list_head notify_list;
1575 struct mutex commit_mutex;
1576 unsigned int base_seq;
1577 u8 validate_state;
1578 unsigned int gc_seq;
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h1792 struct nftables_pernet { struct
1808 static inline struct nftables_pernet *nft_pernet(const struct net *net) in nft_pernet() argument