Motr  M0
net.h File Reference
#include "lib/tlist.h"
#include "fid/fid.h"
#include "stob/stob.h"
#include "desim/sim.h"
Include dependency graph for net.h:

Go to the source code of this file.

Data Structures

struct  net_conf
 
struct  net_srv
 
struct  net_rpc
 

Macros

#define __MOTR_DESIM_NET_H__
 

Functions

M0_INTERNAL void net_srv_init (struct sim *s, struct net_srv *srv)
 
M0_INTERNAL void net_srv_fini (struct net_srv *srv)
 
M0_INTERNAL void net_init (struct net_conf *net)
 
M0_INTERNAL void net_fini (struct net_conf *net)
 
M0_INTERNAL void net_rpc_init (struct net_rpc *rpc, struct net_conf *conf, struct net_srv *srv, struct m0_stob_id *stob_id, unsigned long long offset, unsigned long nob)
 
M0_INTERNAL void net_rpc_fini (struct net_rpc *rpc)
 
M0_INTERNAL void net_rpc_send (struct sim_thread *t, struct net_rpc *rpc)
 
M0_INTERNAL void net_rpc_bulk (struct sim_thread *t, struct net_rpc *rpc)
 
M0_INTERNAL void net_rpc_process (struct sim_thread *t, struct net_conf *net, struct net_srv *srv, struct m0_stob_id *stob_id, unsigned long long offset, unsigned long count)
 

Macro Definition Documentation

◆ __MOTR_DESIM_NET_H__

#define __MOTR_DESIM_NET_H__

Definition at line 25 of file net.h.