Searched refs:flow_cmp_masked_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 682 static bool flow_cmp_masked_key(const struct sw_flow *flow, in flow_cmp_masked_key() function 718 flow_cmp_masked_key(flow, &masked_key, &mask->range)) in masked_flow_lookup() 914 return flow_cmp_masked_key(flow, match->key, &match->range); in ovs_flow_cmp()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 683 static bool flow_cmp_masked_key(const struct sw_flow *flow, in flow_cmp_masked_key() function 719 flow_cmp_masked_key(flow, &masked_key, &mask->range)) in masked_flow_lookup() 915 return flow_cmp_masked_key(flow, match->key, &match->range); in ovs_flow_cmp()
|
Completed in 4 milliseconds