Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.c730 u32 *n_cache_hit, in flow_lookup() argument
746 (*n_cache_hit)++; in flow_lookup()
785 u32 *n_cache_hit) in ovs_flow_tbl_lookup_stats() argument
796 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats()
823 n_cache_hit, &e->mask_index); in ovs_flow_tbl_lookup_stats()
836 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats()
841 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats()
851 u32 __always_unused n_cache_hit; in ovs_flow_tbl_lookup() local
860 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()
H A Dflow_table.h97 u32 *n_cache_hit);
H A Ddatapath.h51 u64 n_cache_hit; member
H A Ddatapath.c256 u32 n_cache_hit; in ovs_dp_process_packet() local
263 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet()
325 stats->n_cache_hit += n_cache_hit; in ovs_dp_process_packet()
780 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()
/linux/include/uapi/linux/
H A Dopenvswitch.h114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member