Lines Matching refs:vport_portids
404 struct vport_portids *old, *vport_portids;
411 vport_portids = kmalloc(sizeof(*vport_portids) + nla_len(ids),
413 if (!vport_portids)
416 vport_portids->n_ids = nla_len(ids) / sizeof(u32);
417 vport_portids->rn_ids = reciprocal_value(vport_portids->n_ids);
418 nla_memcpy(vport_portids->ids, ids, nla_len(ids));
420 rcu_assign_pointer(vport->upcall_portids, vport_portids);
444 struct vport_portids *ids;
469 struct vport_portids *ids;