Searched refs:n_mask_hit (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/net/openvswitch/ |
D | flow_table.c | 703 u32 *n_mask_hit) in masked_flow_lookup() argument 713 (*n_mask_hit)++; in masked_flow_lookup() 733 u32 *n_mask_hit, in flow_lookup() argument 745 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 765 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 788 u32 *n_mask_hit, in ovs_flow_tbl_lookup_stats() argument 799 *n_mask_hit = 0; in ovs_flow_tbl_lookup_stats() 805 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats() 826 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, 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() [all …]
|
D | flow_table.h | 96 u32 *n_mask_hit,
|
D | datapath.h | 48 u64 n_mask_hit; member
|
D | datapath.c | 232 u32 n_mask_hit; in ovs_dp_process_packet() local 240 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 283 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet() 726 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
|
/Linux-v6.1/include/uapi/linux/ |
D | openvswitch.h | 111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
|