Lines Matching refs:match
690 const struct sw_flow_match *match)
692 struct sw_flow_key *key = match->key;
694 int key_end = match->range.end;
870 const struct sw_flow_match *match)
886 flow = masked_flow_lookup(ti, match->key, mask, &n_mask_hit);
888 ovs_flow_cmp_unmasked_key(flow, match)) {
911 const struct sw_flow_match *match)
914 return flow_cmp_masked_key(flow, match->key, &match->range);
916 return ovs_flow_cmp_unmasked_key(flow, match);