Home
last modified time | relevance | path

Searched refs:n_mask_hit (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
Dflow_table.c703 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 …]
Dflow_table.h96 u32 *n_mask_hit,
Ddatapath.h48 u64 n_mask_hit; member
Ddatapath.c227 u32 n_mask_hit; in ovs_dp_process_packet() local
235 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet()
272 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet()
711 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dopenvswitch.h42 __u64 n_mask_hit; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dopenvswitch.h103 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dopenvswitch.h56 __u64 n_mask_hit; member