Searched refs:nft_table_has_owner (Results 1 – 2 of 2) sorted by relevance
1000 if (nft_table_has_owner(table) && in nft_table_lookup()1023 if (nft_table_has_owner(table) && in nft_table_lookup_byhandle()1190 if (nft_table_has_owner(table) && in nf_tables_fill_table_info()1448 if ((nft_table_has_owner(ctx->table) && in nf_tables_updtable()1484 !nft_table_has_owner(ctx->table)) { in nf_tables_updtable()1763 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush()12027 if (nft_table_has_owner(table)) in __nft_release_hooks()12091 if (nft_table_has_owner(table)) in __nft_release_tables()12123 if (nft_table_has_owner(table) && in nft_rcv_nl_event()
1329 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() function