Searched refs:nft_table_has_owner (Results 1 – 2 of 2) sorted by relevance
653 if (nft_table_has_owner(table) && in nft_table_lookup()675 if (nft_table_has_owner(table) && in nft_table_lookup_byhandle()830 if (nft_table_has_owner(table) && in nf_tables_fill_table_info()1066 if ((nft_table_has_owner(ctx->table) && in nf_tables_updtable()1068 (!nft_table_has_owner(ctx->table) && in nf_tables_updtable()1360 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush()10040 if (nft_table_has_owner(table)) in __nft_release_hooks()10099 if (nft_table_has_owner(table)) in __nft_release_tables()10128 if (nft_table_has_owner(table) && in nft_rcv_nl_event()
1209 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() function