Lines Matching refs:vport_portids
338 struct vport_portids *old, *vport_portids;
345 vport_portids = kmalloc(sizeof(*vport_portids) + nla_len(ids),
347 if (!vport_portids)
350 vport_portids->n_ids = nla_len(ids) / sizeof(u32);
351 vport_portids->rn_ids = reciprocal_value(vport_portids->n_ids);
352 nla_memcpy(vport_portids->ids, ids, nla_len(ids));
354 rcu_assign_pointer(vport->upcall_portids, vport_portids);
378 struct vport_portids *ids;
403 struct vport_portids *ids;