Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A 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 …]
H A Dflow_table.h96 u32 *n_mask_hit,
H A Ddatapath.h48 u64 n_mask_hit; member
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h102 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h102 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h103 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member