Searched refs:find_bucket (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 554 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket() function 565 head = find_bucket(ti, flow->flow_table.hash); in table_instance_insert() 574 head = find_bucket(ti, flow->ufid_table.hash); in ufid_table_instance_insert() 712 head = find_bucket(ti, hash); in masked_flow_lookup() 928 head = find_bucket(ti, hash); in ovs_flow_tbl_lookup_ufid()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 555 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket() function 566 head = find_bucket(ti, flow->flow_table.hash); in table_instance_insert() 575 head = find_bucket(ti, flow->ufid_table.hash); in ufid_table_instance_insert() 713 head = find_bucket(ti, hash); in masked_flow_lookup() 929 head = find_bucket(ti, hash); in ovs_flow_tbl_lookup_ufid()
|
Completed in 4 milliseconds