Lines Matching refs:tipc_conn
93 struct tipc_conn { struct
117 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); argument
119 static bool connected(struct tipc_conn *con) in connected()
126 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release()
146 static void conn_put(struct tipc_conn *con) in conn_put()
151 static void conn_get(struct tipc_conn *con) in conn_get()
156 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close()
180 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s) in tipc_conn_alloc()
182 struct tipc_conn *con; in tipc_conn_alloc()
214 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
216 struct tipc_conn *con; in tipc_conn_lookup()
229 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub()
247 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock()
301 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work()
317 struct tipc_conn *con; in tipc_topsrv_queue_evt()
347 struct tipc_conn *con; in tipc_conn_write_space()
360 struct tipc_conn *con, in tipc_conn_rcv_sub()
385 static int tipc_conn_rcv_from_sock(struct tipc_conn *con) in tipc_conn_rcv_from_sock()
414 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork); in tipc_conn_recv_work()
435 struct tipc_conn *con; in tipc_conn_data_ready()
452 struct tipc_conn *con; in tipc_topsrv_accept()
560 struct tipc_conn *con; in tipc_topsrv_kern_subscr()
585 struct tipc_conn *con; in tipc_topsrv_kern_unsubscr()
677 struct tipc_conn *con; in tipc_topsrv_stop()