FD.io VPP  v19.01.3-6-g70449b9b9
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 400 of file mem.h.

Field Documentation

◆ addr

void* clib_mem_vm_map_t::addr

Pointer to mapped memory, if successful.

Definition at line 405 of file mem.h.

◆ fd

int clib_mem_vm_map_t::fd

File descriptor to be mapped.

Definition at line 403 of file mem.h.

◆ requested_va

uword clib_mem_vm_map_t::requested_va

Request fixed position mapping.

Definition at line 404 of file mem.h.

◆ size

uword clib_mem_vm_map_t::size

Map size.

Definition at line 402 of file mem.h.


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