Lines Matching refs:mask_cache
348 static void __mask_cache_destroy(struct mask_cache *mc)
350 free_percpu(mc->mask_cache);
356 struct mask_cache *mc = container_of(rcu, struct mask_cache, rcu);
361 static struct mask_cache *tbl_mask_cache_alloc(u32 size)
364 struct mask_cache *new;
388 new->mask_cache = cache;
393 struct mask_cache *mc = rcu_dereference_ovsl(table->mask_cache);
394 struct mask_cache *new;
407 rcu_assign_pointer(table->mask_cache, new);
416 struct mask_cache *mc;
438 rcu_assign_pointer(table->mask_cache, mc);
519 struct mask_cache *mc = rcu_dereference_raw(table->mask_cache);
779 * mask_cache maps flow to probable mask. This cache is not tightly
791 struct mask_cache *mc = rcu_dereference(tbl->mask_cache);
817 entries = this_cpu_ptr(mc->mask_cache);
946 struct mask_cache *mc = rcu_dereference_ovsl(table->mask_cache);