Searched refs:flow_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 729 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() 860 * is preemptible. However, flow_lookup() function needs to be called in ovs_flow_tbl_lookup() 864 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 730 static struct sw_flow *flow_lookup(struct flow_table *tbl, in flow_lookup() function 806 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats() 827 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats() 841 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats() 861 * is preemptible. However, flow_lookup() function needs to be called in ovs_flow_tbl_lookup() 865 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup()
|
Completed in 4 milliseconds