Lines Matching refs:tipc_topsrv
67 struct tipc_topsrv { struct
98 struct tipc_topsrv *server; argument
127 struct tipc_topsrv *s = con->server; in tipc_conn_kref_release()
180 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock) in tipc_conn_alloc()
216 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
252 struct tipc_topsrv *srv = con->server; in tipc_conn_send_to_sock()
317 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_queue_evt()
361 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv, in tipc_conn_rcv_sub()
390 struct tipc_topsrv *srv = con->server; in tipc_conn_rcv_from_sock()
457 struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork); in tipc_topsrv_accept()
500 struct tipc_topsrv *srv; in tipc_topsrv_listener_data_ready()
511 static int tipc_topsrv_create_listener(struct tipc_topsrv *srv) in tipc_topsrv_create_listener()
587 con = tipc_conn_alloc(tipc_topsrv(net), NULL); in tipc_topsrv_kern_subscr()
592 rc = tipc_conn_rcv_sub(tipc_topsrv(net), con, &sub); in tipc_topsrv_kern_subscr()
604 con = tipc_conn_lookup(tipc_topsrv(net), conid); in tipc_topsrv_kern_unsubscr()
633 static int tipc_topsrv_work_start(struct tipc_topsrv *s) in tipc_topsrv_work_start()
651 static void tipc_topsrv_work_stop(struct tipc_topsrv *s) in tipc_topsrv_work_stop()
661 struct tipc_topsrv *srv; in tipc_topsrv_start()
698 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_stop()