FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
clib_mem_vm_map_t Struct Reference

Data Fields

uword size
 Map size. More...
 
int fd
 File descriptor to be mapped. More...
 
uword requested_va
 Request fixed position mapping. More...
 
void * addr
 Pointer to mapped memory, if successful. More...
 

Detailed Description

Definition at line 398 of file mem.h.

Field Documentation

void* clib_mem_vm_map_t::addr

Pointer to mapped memory, if successful.

Definition at line 403 of file mem.h.

int clib_mem_vm_map_t::fd

File descriptor to be mapped.

Definition at line 401 of file mem.h.

uword clib_mem_vm_map_t::requested_va

Request fixed position mapping.

Definition at line 402 of file mem.h.

uword clib_mem_vm_map_t::size

Map size.

Definition at line 400 of file mem.h.


The documentation for this struct was generated from the following file: