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) in tipc_conn_alloc()
181 struct tipc_conn *con; in tipc_conn_alloc()
213 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
215 struct tipc_conn *con; in tipc_conn_lookup()
228 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s) in tipc_conn_delete_sub()
246 static void tipc_conn_send_to_sock(struct tipc_conn *con) in tipc_conn_send_to_sock()
300 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); in tipc_conn_send_work()
316 struct tipc_conn *con; in tipc_topsrv_queue_evt()
346 struct tipc_conn *con; in tipc_conn_write_space()
359 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()
417 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork); in tipc_conn_recv_work()
438 struct tipc_conn *con; in tipc_conn_data_ready()
455 struct tipc_conn *con; in tipc_topsrv_accept()
563 struct tipc_conn *con; in tipc_topsrv_kern_subscr()
588 struct tipc_conn *con; in tipc_topsrv_kern_unsubscr()
686 struct tipc_conn *con; in tipc_topsrv_stop()