Lines Matching defs:tipc_topsrv
55 * struct tipc_topsrv - TIPC server structure
66 struct tipc_topsrv {
97 struct tipc_topsrv *server;
126 struct tipc_topsrv *s = con->server;
179 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock)
215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid)
251 struct tipc_topsrv *srv = con->server;
316 struct tipc_topsrv *srv = tipc_topsrv(net);
360 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv,
389 struct tipc_topsrv *srv = con->server;
454 struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork);
497 struct tipc_topsrv *srv;
506 static int tipc_topsrv_create_listener(struct tipc_topsrv *srv)
582 con = tipc_conn_alloc(tipc_topsrv(net), NULL);
587 rc = tipc_conn_rcv_sub(tipc_topsrv(net), con, &sub);
599 con = tipc_conn_lookup(tipc_topsrv(net), conid);
628 static int tipc_topsrv_work_start(struct tipc_topsrv *s)
646 static void tipc_topsrv_work_stop(struct tipc_topsrv *s)
656 struct tipc_topsrv *srv;
693 struct tipc_topsrv *srv = tipc_topsrv(net);