Searched refs:flow_lookup (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/openvswitch/ |
D | flow_table.c | 727 static struct sw_flow *flow_lookup(struct flow_table *tbl, in flow_lookup() function 803 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats() 824 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats() 838 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats() 862 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()
|