Lines Matching refs:match
691 const struct sw_flow_match *match)
693 struct sw_flow_key *key = match->key;
695 int key_end = match->range.end;
871 const struct sw_flow_match *match)
887 flow = masked_flow_lookup(ti, match->key, mask, &n_mask_hit);
889 ovs_flow_cmp_unmasked_key(flow, match)) {
912 const struct sw_flow_match *match)
915 return flow_cmp_masked_key(flow, match->key, &match->range);
917 return ovs_flow_cmp_unmasked_key(flow, match);