tipc_topsrv
struct tipc_topsrv *topsrv;
static inline struct tipc_topsrv *tipc_topsrv(struct net *net)
struct tipc_topsrv;
struct tipc_topsrv *s = con->server;
static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock)
static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid)
struct tipc_topsrv *srv = con->server;
struct tipc_topsrv *srv = tipc_topsrv(net);
static int tipc_conn_rcv_sub(struct tipc_topsrv *srv,
struct tipc_topsrv *srv = con->server;
struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork);
struct tipc_topsrv *srv;
static int tipc_topsrv_create_listener(struct tipc_topsrv *srv)
con = tipc_conn_alloc(tipc_topsrv(net), NULL);
rc = tipc_conn_rcv_sub(tipc_topsrv(net), con, &sub);
con = tipc_conn_lookup(tipc_topsrv(net), conid);
static int tipc_topsrv_work_start(struct tipc_topsrv *s)
static void tipc_topsrv_work_stop(struct tipc_topsrv *s)
struct tipc_topsrv *srv;
struct tipc_topsrv *srv = tipc_topsrv(net);
struct tipc_topsrv *server;