Lines Matching refs:tipc_conn

92 struct tipc_conn {  struct
116 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); argument
118 static bool connected(struct tipc_conn *con) in connected()
125 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release()
145 static void conn_put(struct tipc_conn *con) in conn_put()
150 static void conn_get(struct tipc_conn *con) in conn_get()
155 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close()
179 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock) in tipc_conn_alloc()
181 struct tipc_conn *con; in tipc_conn_alloc()
215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
217 struct tipc_conn *con; in tipc_conn_lookup()
230 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub()
248 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock()
302 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work()
318 struct tipc_conn *con; in tipc_topsrv_queue_evt()
348 struct tipc_conn *con; in tipc_conn_write_space()
361 struct tipc_conn *con, in tipc_conn_rcv_sub()
387 static int tipc_conn_rcv_from_sock(struct tipc_conn *con) in tipc_conn_rcv_from_sock()
419 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork); in tipc_conn_recv_work()
440 struct tipc_conn *con; in tipc_conn_data_ready()
456 struct tipc_conn *con; in tipc_topsrv_accept()
572 struct tipc_conn *con; in tipc_topsrv_kern_subscr()
597 struct tipc_conn *con; in tipc_topsrv_kern_unsubscr()
695 struct tipc_conn *con; in tipc_topsrv_stop()