Searched refs:nft_table (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/net/netfilter/ |
D | nf_tables.h | 214 struct nft_table *table; 547 struct nft_table *table; 601 const struct nft_table *table, 1047 struct nft_table *table; 1114 int nft_chain_add(struct nft_table *table, struct nft_chain *chain); 1207 struct nft_table { struct 1227 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() argument 1255 const struct nft_table *table; 1293 const struct nft_table *table, 1297 void nft_obj_notify(struct net *net, const struct nft_table *table, [all …]
|
/Linux-v6.6/net/netfilter/ |
D | nf_tables_api.c | 73 struct nft_table *table; 108 static void nft_validate_state_update(struct nft_table *table, u8 new_validate_state) in nft_validate_state_update() 134 struct nft_table *table, in nft_ctx_init() 318 const struct nft_table *table, in nf_tables_register_hook() 341 const struct nft_table *table, in __nf_tables_unregister_hook() 365 const struct nft_table *table, in nf_tables_unregister_hook() 779 static struct nft_table *nft_table_lookup(const struct net *net, in nft_table_lookup() 784 struct nft_table *table; in nft_table_lookup() 806 static struct nft_table *nft_table_lookup_byhandle(const struct net *net, in nft_table_lookup_byhandle() 811 struct nft_table *table; in nft_table_lookup_byhandle() [all …]
|
D | nft_chain_filter.c | 361 struct nft_table *table; in nf_tables_netdev_event()
|
D | nf_tables_offload.c | 626 const struct nft_table *table; in __nft_offload_get_chain()
|