Home
last modified time | relevance | path

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

/linux-6.6.21/net/openvswitch/
Dflow_table.c701 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()