libubox
C utility functions for OpenWrt.
ustream_buf_list Struct Reference

#include <ustream.h>

Collaboration diagram for ustream_buf_list:

Data Fields

struct ustream_bufhead
 
struct ustream_bufdata_tail
 
struct ustream_buftail
 
int(* alloc )(struct ustream *s, struct ustream_buf_list *l)
 
int data_bytes
 
int min_buffers
 
int max_buffers
 
int buffer_len
 
int buffers
 

Detailed Description

Definition at line 33 of file ustream.h.

Field Documentation

◆ alloc

int(* ustream_buf_list::alloc) (struct ustream *s, struct ustream_buf_list *l)

Definition at line 38 of file ustream.h.

◆ buffer_len

int ustream_buf_list::buffer_len

Definition at line 44 of file ustream.h.

◆ buffers

int ustream_buf_list::buffers

Definition at line 46 of file ustream.h.

◆ data_bytes

int ustream_buf_list::data_bytes

Definition at line 40 of file ustream.h.

◆ data_tail

struct ustream_buf* ustream_buf_list::data_tail

Definition at line 35 of file ustream.h.

◆ head

struct ustream_buf* ustream_buf_list::head

Definition at line 34 of file ustream.h.

◆ max_buffers

int ustream_buf_list::max_buffers

Definition at line 43 of file ustream.h.

◆ min_buffers

int ustream_buf_list::min_buffers

Definition at line 42 of file ustream.h.

◆ tail

struct ustream_buf* ustream_buf_list::tail

Definition at line 36 of file ustream.h.


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