Motr  M0

#include <ulnet_core.h>

Collaboration diagram for nlx_ucore_domain:
Collaboration graph

Data Fields

uint64_t ud_magic
 
m0_bcount_t ud_max_buffer_size
 
m0_bcount_t ud_max_buffer_segment_size
 
int32_t ud_max_buffer_segments
 
int ud_fd
 

Detailed Description

Userspace domain private data. This structure is pointed to by nlx_core_domain::cd_upvt.

Definition at line 39 of file ulnet_core.h.

Field Documentation

◆ ud_fd

int ud_fd

File descriptor to the kernel device.

Definition at line 48 of file ulnet_core.h.

◆ ud_magic

uint64_t ud_magic

Definition at line 40 of file ulnet_core.h.

◆ ud_max_buffer_segment_size

m0_bcount_t ud_max_buffer_segment_size

Cached maximum size of a buffer segment.

Definition at line 44 of file ulnet_core.h.

◆ ud_max_buffer_segments

int32_t ud_max_buffer_segments

Cached maximum number of buffer segments.

Definition at line 46 of file ulnet_core.h.

◆ ud_max_buffer_size

m0_bcount_t ud_max_buffer_size

Cached maximum buffer size (counting all segments).

Definition at line 42 of file ulnet_core.h.


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