Home
last modified time | relevance | path

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

/linux-6.1.9/net/openvswitch/
Dflow_table.c700 static struct sw_flow *masked_flow_lookup(struct table_instance *ti, in masked_flow_lookup() function
745 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup()
765 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup()
886 flow = masked_flow_lookup(ti, match->key, mask, &n_mask_hit); in ovs_flow_tbl_lookup_exact()