Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables.h1081 struct nft_table { struct
1082 struct list_head list;
1083 struct rhltable chains_ht;
1084 struct list_head chains;
1085 struct list_head sets;
1086 struct list_head objects;
1087 struct list_head flowtables;
1088 u64 hgenerator;
1089 u64 handle;
1090 u32 use;
[all …]
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h1267 struct nft_table { struct
1287 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() argument