Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow_table.c704 u32 *n_mask_hit) in masked_flow_lookup() argument
714 (*n_mask_hit)++; in masked_flow_lookup()
734 u32 *n_mask_hit, in flow_lookup() argument
746 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup()
766 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup()
789 u32 *n_mask_hit, in ovs_flow_tbl_lookup_stats() argument
800 *n_mask_hit = 0; in ovs_flow_tbl_lookup_stats()
806 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats()
827 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats()
855 u32 __always_unused n_mask_hit; in ovs_flow_tbl_lookup() local
[all …]
H A Dflow_table.h96 u32 *n_mask_hit,
H A Ddatapath.h48 u64 n_mask_hit; member
H A Ddatapath.c254 u32 n_mask_hit; in ovs_dp_process_packet() local
262 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet()
305 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet()
750 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member