Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.c701 u32 *n_mask_hit) in masked_flow_lookup()
711 (*n_mask_hit)++; in masked_flow_lookup()
731 u32 *n_mask_hit, in flow_lookup()
743 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup()
763 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup()
786 u32 *n_mask_hit, in ovs_flow_tbl_lookup_stats()
797 *n_mask_hit = 0; in ovs_flow_tbl_lookup_stats()
803 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats()
824 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats()
838 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hi in ovs_flow_tbl_lookup_stats()
699 masked_flow_lookup(struct table_instance * ti,const struct sw_flow_key * unmasked,const struct sw_flow_mask * mask,u32 * n_mask_hit) masked_flow_lookup() argument
729 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) flow_lookup() argument
784 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) ovs_flow_tbl_lookup_stats() argument
850 u32 __always_unused n_mask_hit; ovs_flow_tbl_lookup() local
874 u32 __always_unused n_mask_hit; ovs_flow_tbl_lookup_exact() local
[all...]
H A Dflow_table.h96 u32 *n_mask_hit,
H A Ddatapath.h39 * @n_mask_hit: Number of masks looked up for flow match.
40 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
50 u64 n_mask_hit; member
H A Ddatapath.c255 u32 n_mask_hit; in ovs_dp_process_packet() local
263 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet()
325 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet()
784 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
/linux/include/uapi/linux/
H A Dopenvswitch.h119 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member