Searched refs:n_mask_hit (Results 1 – 5 of 5) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 699 u32 *n_mask_hit) in masked_flow_lookup() argument 709 (*n_mask_hit)++; in masked_flow_lookup() 729 u32 *n_mask_hit, in flow_lookup() argument 741 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 761 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 784 u32 *n_mask_hit, in ovs_flow_tbl_lookup_stats() argument 795 *n_mask_hit = 0; in ovs_flow_tbl_lookup_stats() 801 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats() 822 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, 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() [all …]
|
| H A D | flow_table.h | 96 u32 *n_mask_hit,
|
| H A D | datapath.h | 50 u64 n_mask_hit; member
|
| H A D | datapath.c | 255 u32 n_mask_hit; in ovs_dp_process_packet() local 263 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 324 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet() 779 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
|
| /linux/include/uapi/linux/ |
| H A D | openvswitch.h | 111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
|