Searched refs:nft_table_has_owner (Results 1 – 2 of 2) sorted by relevance
573 if (nft_table_has_owner(table) && in nft_table_lookup()595 if (nft_table_has_owner(table) && in nft_table_lookup_byhandle()750 if (nft_table_has_owner(table) && in nf_tables_fill_table_info()986 if ((nft_table_has_owner(ctx->table) && in nf_tables_updtable()988 (!nft_table_has_owner(ctx->table) && in nf_tables_updtable()1253 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush()9589 if (nft_table_has_owner(table)) in __nft_release_hooks()9648 if (nft_table_has_owner(table)) in __nft_release_tables()9675 if (nft_table_has_owner(table) && in nft_rcv_nl_event()
1133 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() function