Lines Matching refs:ufid
577 struct table_instance *new, bool ufid) in flow_table_copy_flows() argument
590 if (ufid) in flow_table_copy_flows()
604 int n_buckets, bool ufid) in table_instance_rehash() argument
612 flow_table_copy_flows(ti, new_ti, ufid); in table_instance_rehash()
896 return jhash(sfid->ufid, sfid->ufid_len, 0); in ufid_hash()
905 return !memcmp(flow->id.ufid, sfid->ufid, sfid->ufid_len); in ovs_flow_cmp_ufid()
918 const struct sw_flow_id *ufid) in ovs_flow_tbl_lookup_ufid() argument
925 hash = ufid_hash(ufid); in ovs_flow_tbl_lookup_ufid()
930 ovs_flow_cmp_ufid(flow, ufid)) in ovs_flow_tbl_lookup_ufid()
950 bool ufid) in table_instance_expand() argument
952 return table_instance_rehash(ti, ti->n_buckets * 2, ufid); in table_instance_expand()