Searched refs:nft_table (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 215 struct nft_table *table; 575 struct nft_table *table; 634 const struct nft_table *table, 1100 struct nft_table *table; 1167 int nft_chain_add(struct nft_table *table, struct nft_chain *chain); 1261 struct nft_table { struct 1281 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() argument 1309 const struct nft_table *table; 1349 const struct nft_table *table, 1353 void nft_obj_notify(struct net *net, const struct nft_table *table, [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 74 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() 319 const struct nft_table *table, in nf_tables_register_hook() 342 const struct nft_table *table, in __nf_tables_unregister_hook() 366 const struct nft_table *table, in nf_tables_unregister_hook() 789 static struct nft_table *nft_table_lookup(const struct net *net, in nft_table_lookup() 794 struct nft_table *table; in nft_table_lookup() 816 static struct nft_table *nft_table_lookup_byhandle(const struct net *net, in nft_table_lookup_byhandle() 821 struct nft_table *table; in nft_table_lookup_byhandle() [all …]
|
H A D | nft_chain_filter.c | 365 struct nft_table *table; in nf_tables_netdev_event()
|
H A D | nf_tables_offload.c | 626 const struct nft_table *table; in __nft_offload_get_chain()
|