Searched refs:n_cache_hit (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/openvswitch/ |
A D | flow_table.c | 735 u32 *n_cache_hit, in flow_lookup() argument 751 (*n_cache_hit)++; in flow_lookup() 790 u32 *n_cache_hit) in ovs_flow_tbl_lookup_stats() argument 801 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats() 828 n_cache_hit, &e->mask_index); in ovs_flow_tbl_lookup_stats() 841 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats() 846 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats() 856 u32 __always_unused n_cache_hit; in ovs_flow_tbl_lookup() local 865 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()
|
A D | flow_table.h | 97 u32 *n_cache_hit);
|
A D | datapath.h | 49 u64 n_cache_hit; member
|
A D | datapath.c | 256 u32 n_cache_hit; in ovs_dp_process_packet() local 263 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 307 stats->n_cache_hit += n_cache_hit; in ovs_dp_process_packet() 752 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | openvswitch.h | 114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member
|
Completed in 13 milliseconds