Lines Matching defs:tipc_topsrv
56 * struct tipc_topsrv - TIPC server structure
67 struct tipc_topsrv {
98 struct tipc_topsrv *server;
127 struct tipc_topsrv *s = con->server;
180 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock)
216 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid)
252 struct tipc_topsrv *srv = con->server;
317 struct tipc_topsrv *srv = tipc_topsrv(net);
361 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv,
390 struct tipc_topsrv *srv = con->server;
457 struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork);
500 struct tipc_topsrv *srv;
511 static int tipc_topsrv_create_listener(struct tipc_topsrv *srv)
587 con = tipc_conn_alloc(tipc_topsrv(net), NULL);
592 rc = tipc_conn_rcv_sub(tipc_topsrv(net), con, &sub);
604 con = tipc_conn_lookup(tipc_topsrv(net), conid);
633 static int tipc_topsrv_work_start(struct tipc_topsrv *s)
651 static void tipc_topsrv_work_stop(struct tipc_topsrv *s)
661 struct tipc_topsrv *srv;
698 struct tipc_topsrv *srv = tipc_topsrv(net);