Searched refs:nft_table_has_owner (Results 1 – 2 of 2) sorted by relevance
641 if (nft_table_has_owner(table) && in nft_table_lookup()663 if (nft_table_has_owner(table) && in nft_table_lookup_byhandle()818 if (nft_table_has_owner(table) && in nf_tables_fill_table_info()1054 if ((nft_table_has_owner(ctx->table) && in nf_tables_updtable()1056 (!nft_table_has_owner(ctx->table) && in nf_tables_updtable()1348 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush()9951 if (nft_table_has_owner(table)) in __nft_release_hooks()10010 if (nft_table_has_owner(table)) in __nft_release_tables()10039 if (nft_table_has_owner(table) && in nft_rcv_nl_event()
1195 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() function