Motr  M0
m0_net_buf_desc_data Struct Reference

#include <net_otw_types.h>

Collaboration diagram for m0_net_buf_desc_data:
Collaboration graph

Data Fields

struct m0_net_buf_desc bdd_desc
 
uint64_t bdd_used
 

Detailed Description

In order to provide support for partially filled network buffers this structure can be used. bdd_used stores how much data a network buffer contains. rpc bulk fills this value.

Definition at line 46 of file net_otw_types.h.

Field Documentation

◆ bdd_desc

struct m0_net_buf_desc bdd_desc

Definition at line 47 of file net_otw_types.h.

◆ bdd_used

uint64_t bdd_used

Definition at line 48 of file net_otw_types.h.


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