Searched defs:n_cache_hit (Results 1 – 4 of 4) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 732 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 D | datapath.h | 51 u64 n_cache_hit; member
|
| H A D | datapath.c | 256 u32 n_cache_hit; in ovs_dp_process_packet() local
|
| /linux/include/uapi/linux/ |
| H A D | openvswitch.h | 114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member
|