Searched refs:masked_flow_lookup (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | 701 static struct sw_flow *masked_flow_lookup(struct table_instance *ti, in masked_flow_lookup() function 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() 887 flow = masked_flow_lookup(ti, match->key, mask, &n_mask_hit); in ovs_flow_tbl_lookup_exact()
|