Home
last modified time | relevance | path

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

/Linux-v6.1/net/openvswitch/
Dflow_table.c729 static struct sw_flow *flow_lookup(struct flow_table *tbl, in flow_lookup() function
805 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats()
826 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats()
840 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats()
864 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()