Home
last modified time | relevance | path

Searched defs:n_cache_hit (Results 1 – 4 of 4) sorted by relevance

/linux/net/openvswitch/
H A Dflow_table.c732 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
787 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
853 u32 __always_unused n_cache_hit; ovs_flow_tbl_lookup() local
H A Ddatapath.h51 u64 n_cache_hit; member
H A Ddatapath.c256 u32 n_cache_hit; in ovs_dp_process_packet() local
/linux/include/uapi/linux/
H A Dopenvswitch.h114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member