Home
last modified time | relevance | path

Searched refs:nft_table_has_owner (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c805 if (nft_table_has_owner(table) && in nft_table_lookup()
828 if (nft_table_has_owner(table) && in nft_table_lookup_byhandle()
991 if (nft_table_has_owner(table) && in nf_tables_fill_table_info()
1247 if ((nft_table_has_owner(ctx->table) && in nf_tables_updtable()
1249 (!nft_table_has_owner(ctx->table) && in nf_tables_updtable()
1546 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush()
11289 if (nft_table_has_owner(table)) in __nft_release_hooks()
11353 if (nft_table_has_owner(table)) in __nft_release_tables()
11385 if (nft_table_has_owner(table) && in nft_rcv_nl_event()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1281 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() function