Home
last modified time | relevance | path

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

/linux-6.1.9/net/openvswitch/
Dflow_table.c734 u32 *n_cache_hit, in flow_lookup() argument
750 (*n_cache_hit)++; in flow_lookup()
789 u32 *n_cache_hit) in ovs_flow_tbl_lookup_stats() argument
800 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats()
827 n_cache_hit, &e->mask_index); in ovs_flow_tbl_lookup_stats()
840 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats()
845 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats()
855 u32 __always_unused n_cache_hit; in ovs_flow_tbl_lookup() local
864 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()
Dflow_table.h97 u32 *n_cache_hit);
Ddatapath.h49 u64 n_cache_hit; member
Ddatapath.c233 u32 n_cache_hit; in ovs_dp_process_packet() local
240 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet()
284 stats->n_cache_hit += n_cache_hit; in ovs_dp_process_packet()
727 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()
/linux-6.1.9/include/uapi/linux/
Dopenvswitch.h114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member