Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A 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()
/kernel/linux/linux-6.6/net/openvswitch/
H A 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()

Completed in 6 milliseconds