Lines Matching refs:tipc_topsrv
66 struct tipc_topsrv { struct
97 struct tipc_topsrv *server; argument
126 struct tipc_topsrv *s = con->server; in tipc_conn_kref_release()
179 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock) in tipc_conn_alloc()
215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
251 struct tipc_topsrv *srv = con->server; in tipc_conn_send_to_sock()
316 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_queue_evt()
360 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv, in tipc_conn_rcv_sub()
389 struct tipc_topsrv *srv = con->server; in tipc_conn_rcv_from_sock()
454 struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork); in tipc_topsrv_accept()
497 struct tipc_topsrv *srv; in tipc_topsrv_listener_data_ready()
506 static int tipc_topsrv_create_listener(struct tipc_topsrv *srv) in tipc_topsrv_create_listener()
582 con = tipc_conn_alloc(tipc_topsrv(net), NULL); in tipc_topsrv_kern_subscr()
587 rc = tipc_conn_rcv_sub(tipc_topsrv(net), con, &sub); in tipc_topsrv_kern_subscr()
599 con = tipc_conn_lookup(tipc_topsrv(net), conid); in tipc_topsrv_kern_unsubscr()
628 static int tipc_topsrv_work_start(struct tipc_topsrv *s) in tipc_topsrv_work_start()
646 static void tipc_topsrv_work_stop(struct tipc_topsrv *s) in tipc_topsrv_work_stop()
656 struct tipc_topsrv *srv; in tipc_topsrv_start()
693 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_stop()