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

/linux-master/net/openvswitch/
H A Dflow_table.c701 u32 *n_mask_hit)
711 (*n_mask_hit)++;
731 u32 *n_mask_hit,
743 flow = masked_flow_lookup(ti, key, mask, n_mask_hit);
763 flow = masked_flow_lookup(ti, key, mask, n_mask_hit);
786 u32 *n_mask_hit,
797 *n_mask_hit = 0;
803 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache,
824 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit,
838 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hi
698 masked_flow_lookup(struct table_instance *ti, const struct sw_flow_key *unmasked, const struct sw_flow_mask *mask, u32 *n_mask_hit) argument
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
852 u32 __always_unused n_mask_hit; local
876 u32 __always_unused n_mask_hit; local
[all...]
H A Dflow_table.h96 u32 *n_mask_hit,
H A Ddatapath.h38 * @n_mask_hit: Number of masks looked up for flow match.
39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
48 u64 n_mask_hit; member in struct:dp_stats_percpu
H A Ddatapath.c254 u32 n_mask_hit; local
262 &n_mask_hit, &n_cache_hit);
305 stats->n_mask_hit += n_mask_hit;
750 mega_stats->n_mask_hit += local_stats.n_mask_hit;
/linux-master/include/uapi/linux/
H A Dopenvswitch.h111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member in struct:ovs_dp_megaflow_stats

Completed in 168 milliseconds