Motr  M0
ep Struct Reference
Collaboration diagram for ep:
Collaboration graph

Data Fields

struct m0_net_end_point e_ep
 
struct addr e_a
 
struct m0_tl e_sock
 
struct m0_tl e_writer
 
int e_r_mover
 
int e_r_sock
 
int e_r_buf
 
int e_r_find
 

Detailed Description

A network end-point.

Definition at line 754 of file sock.c.

Field Documentation

◆ e_a

struct addr e_a

Peer address.

Definition at line 758 of file sock.c.

◆ e_ep

struct m0_net_end_point e_ep

Generic end-point structure, linked into a per-tm list.

Definition at line 756 of file sock.c.

◆ e_r_buf

int e_r_buf

Definition at line 766 of file sock.c.

◆ e_r_find

int e_r_find

Definition at line 767 of file sock.c.

◆ e_r_mover

int e_r_mover

Definition at line 764 of file sock.c.

◆ e_r_sock

int e_r_sock

Definition at line 765 of file sock.c.

◆ e_sock

struct m0_tl e_sock

Sockets opened to this end-point.

Definition at line 760 of file sock.c.

◆ e_writer

struct m0_tl e_writer

Writers sending data to this end-point.

Definition at line 762 of file sock.c.


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