FD.io VPP  v19.08-27-gf4dcae4
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 421 of file mem.h.

Field Documentation

void* clib_mem_vm_map_t::addr

Pointer to mapped memory, if successful.

Definition at line 426 of file mem.h.

int clib_mem_vm_map_t::fd

File descriptor to be mapped.

Definition at line 424 of file mem.h.

uword clib_mem_vm_map_t::requested_va

Request fixed position mapping.

Definition at line 425 of file mem.h.

uword clib_mem_vm_map_t::size

Map size.

Definition at line 423 of file mem.h.


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