FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
Data Fields | |
const char * | root_path |
const char * | name |
u64 | baseva |
u64 | size |
u64 | pvt_heap_size |
uword | flags |
char * | backing_file |
uword | backing_mmap_size |
int | uid |
int | gid |
Definition at line 65 of file svm_common.h.
char* svm_map_region_args_::backing_file |
Definition at line 73 of file svm_common.h.
uword svm_map_region_args_::backing_mmap_size |
Definition at line 74 of file svm_common.h.
u64 svm_map_region_args_::baseva |
Definition at line 69 of file svm_common.h.
uword svm_map_region_args_::flags |
Definition at line 72 of file svm_common.h.
int svm_map_region_args_::gid |
Definition at line 77 of file svm_common.h.
const char* svm_map_region_args_::name |
Definition at line 68 of file svm_common.h.
u64 svm_map_region_args_::pvt_heap_size |
Definition at line 71 of file svm_common.h.
const char* svm_map_region_args_::root_path |
Definition at line 67 of file svm_common.h.
u64 svm_map_region_args_::size |
Definition at line 70 of file svm_common.h.
int svm_map_region_args_::uid |
Definition at line 76 of file svm_common.h.