n_mask_hit        102 include/uapi/linux/openvswitch.h 	__u64 n_mask_hit;	 /* Number of masks used for flow lookups. */
n_mask_hit        224 net/openvswitch/datapath.c 	u32 n_mask_hit;
n_mask_hit        230 net/openvswitch/datapath.c 	flow = ovs_flow_tbl_lookup_stats(&dp->table, key, &n_mask_hit);
n_mask_hit        260 net/openvswitch/datapath.c 	stats->n_mask_hit += n_mask_hit;
n_mask_hit        681 net/openvswitch/datapath.c 		mega_stats->n_mask_hit += local_stats.n_mask_hit;
n_mask_hit         45 net/openvswitch/datapath.h 	u64 n_mask_hit;
n_mask_hit        448 net/openvswitch/flow_table.c 				    u32 *n_mask_hit)
n_mask_hit        454 net/openvswitch/flow_table.c 	*n_mask_hit = 0;
n_mask_hit        456 net/openvswitch/flow_table.c 		(*n_mask_hit)++;
n_mask_hit        467 net/openvswitch/flow_table.c 	u32 __always_unused n_mask_hit;
n_mask_hit        469 net/openvswitch/flow_table.c 	return ovs_flow_tbl_lookup_stats(tbl, key, &n_mask_hit);
n_mask_hit         64 net/openvswitch/flow_table.h 				    u32 *n_mask_hit);