Lines Matching refs:tipc_conn
100 struct tipc_conn { struct
124 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); argument
126 static bool connected(struct tipc_conn *con) in connected()
133 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release()
153 static void conn_put(struct tipc_conn *con) in conn_put()
158 static void conn_get(struct tipc_conn *con) in conn_get()
163 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close()
187 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s) in tipc_conn_alloc()
189 struct tipc_conn *con; in tipc_conn_alloc()
221 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
223 struct tipc_conn *con; in tipc_conn_lookup()
236 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub()
254 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock()
308 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work()
324 struct tipc_conn *con; in tipc_topsrv_queue_evt()
354 struct tipc_conn *con; in tipc_conn_write_space()
367 struct tipc_conn *con, in tipc_conn_rcv_sub()
391 static int tipc_conn_rcv_from_sock(struct tipc_conn *con) in tipc_conn_rcv_from_sock()
420 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork); in tipc_conn_recv_work()
441 struct tipc_conn *con; in tipc_conn_data_ready()
458 struct tipc_conn *con; in tipc_topsrv_accept()
566 struct tipc_conn *con; in tipc_topsrv_kern_subscr()
591 struct tipc_conn *con; in tipc_topsrv_kern_unsubscr()
683 struct tipc_conn *con; in tipc_topsrv_stop()