ufid             1247 net/openvswitch/datapath.c 	struct sw_flow_id ufid;
ufid             1253 net/openvswitch/datapath.c 	ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log);
ufid             1274 net/openvswitch/datapath.c 		flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid);
ufid             1306 net/openvswitch/datapath.c 	struct sw_flow_id ufid;
ufid             1312 net/openvswitch/datapath.c 	ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log);
ufid             1334 net/openvswitch/datapath.c 		flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid);
ufid              185 net/openvswitch/flow.h 		u32 ufid[MAX_UFID_LENGTH / 4];
ufid             1862 net/openvswitch/flow_netlink.c 		memcpy(sfid->ufid, nla_data(attr), sfid->ufid_len);
ufid             1867 net/openvswitch/flow_netlink.c int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
ufid             1872 net/openvswitch/flow_netlink.c 	if (ovs_nla_get_ufid(sfid, ufid, log))
ufid             2233 net/openvswitch/flow_netlink.c 			       flow->id.ufid);
ufid               53 net/openvswitch/flow_netlink.h int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
ufid              301 net/openvswitch/flow_table.c 				  struct table_instance *new, bool ufid)
ufid              314 net/openvswitch/flow_table.c 		if (ufid)
ufid              328 net/openvswitch/flow_table.c 						    int n_buckets, bool ufid)
ufid              336 net/openvswitch/flow_table.c 	flow_table_copy_flows(ti, new_ti, ufid);
ufid              491 net/openvswitch/flow_table.c 	return jhash(sfid->ufid, sfid->ufid_len, 0);
ufid              500 net/openvswitch/flow_table.c 	return !memcmp(flow->id.ufid, sfid->ufid, sfid->ufid_len);
ufid              512 net/openvswitch/flow_table.c 					 const struct sw_flow_id *ufid)
ufid              519 net/openvswitch/flow_table.c 	hash = ufid_hash(ufid);
ufid              523 net/openvswitch/flow_table.c 		    ovs_flow_cmp_ufid(flow, ufid))
ufid              541 net/openvswitch/flow_table.c 						    bool ufid)
ufid              543 net/openvswitch/flow_table.c 	return table_instance_rehash(ti, ti->n_buckets * 2, ufid);