Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.h96 u32 *n_mask_hit,
H A Ddatapath.h50 u64 n_mask_hit; member
H A Ddatapath.c255 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 Dopenvswitch.h111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member