Home
last modified time | relevance | path

Searched refs:nft_table (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_tables.h216 struct nft_table *table;
583 struct nft_table *table;
642 const struct nft_table *table,
1115 struct nft_table *table;
1183 int nft_chain_add(struct nft_table *table, struct nft_chain *chain);
1281 struct nft_table { struct
1302 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() argument
1307 static inline bool nft_table_is_orphan(const struct nft_table *table) in nft_table_is_orphan()
1336 const struct nft_table *table;
1376 const struct nft_table *table,
[all …]
/linux/net/netfilter/
H A Dnf_tables_api.c74 struct nft_table *table;
109 static void nft_validate_state_update(struct nft_table *table, u8 new_validate_state) in nft_validate_state_update()
135 struct nft_table *table, in nft_ctx_init()
341 const struct nft_table *table, in nf_tables_register_hook()
364 const struct nft_table *table, in __nf_tables_unregister_hook()
388 const struct nft_table *table, in nf_tables_unregister_hook()
841 static struct nft_table *nft_table_lookup(const struct net *net, in nft_table_lookup()
846 struct nft_table *table; in nft_table_lookup()
868 static struct nft_table *nft_table_lookup_byhandle(const struct net *net, in nft_table_lookup_byhandle()
873 struct nft_table *table; in nft_table_lookup_byhandle()
[all …]
H A Dnft_chain_filter.c362 struct nft_table *table; in nf_tables_netdev_event()
H A Dnf_tables_offload.c626 const struct nft_table *table; in __nft_offload_get_chain()