Searched refs:n_cache_hit (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/openvswitch/
H A Dflow_table.h97 u32 *n_cache_hit);
H A Dflow_table.c732 u32 *n_cache_hit,
748 (*n_cache_hit)++;
787 u32 *n_cache_hit)
798 *n_cache_hit = 0;
825 n_cache_hit, &e->mask_index);
838 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit,
843 *n_cache_hit = 0;
853 u32 __always_unused n_cache_hit; local
862 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index);
727 flow_lookup(struct flow_table *tbl, struct table_instance *ti, struct mask_array *ma, const struct sw_flow_key *key, u32 *n_mask_hit, u32 *n_cache_hit, u32 *index) argument
783 ovs_flow_tbl_lookup_stats(struct flow_table *tbl, const struct sw_flow_key *key, u32 skb_hash, u32 *n_mask_hit, u32 *n_cache_hit) argument
H A Ddatapath.h41 * @n_cache_hit: The number of received packets that had their mask found using
49 u64 n_cache_hit; member in struct:dp_stats_percpu
H A Ddatapath.c255 u32 n_cache_hit; local
262 &n_mask_hit, &n_cache_hit);
306 stats->n_cache_hit += n_cache_hit;
751 mega_stats->n_cache_hit += local_stats.n_cache_hit;
/linux-master/include/uapi/linux/
H A Dopenvswitch.h114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member in struct:ovs_dp_megaflow_stats

Completed in 294 milliseconds