Searched defs:nftables_pernet (Results 1 – 2 of 2) sorted by relevance
1569 struct nftables_pernet { struct1570 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;
1792 struct nftables_pernet { struct1808 static inline struct nftables_pernet *nft_pernet(const struct net *net) in nft_pernet() argument