Lines Matching defs:tipc_conn
79 * struct tipc_conn - TIPC connection structure
92 struct tipc_conn {
116 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s);
118 static bool connected(struct tipc_conn *con)
125 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref);
145 static void conn_put(struct tipc_conn *con)
150 static void conn_get(struct tipc_conn *con)
155 static void tipc_conn_close(struct tipc_conn *con)
179 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock)
181 struct tipc_conn *con;
215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid)
217 struct tipc_conn *con;
230 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s)
248 static void tipc_conn_send_to_sock(struct tipc_conn *con)
302 struct tipc_conn *con = container_of(work, struct tipc_conn, swork);
318 struct tipc_conn *con;
348 struct tipc_conn *con;
361 struct tipc_conn *con,
387 static int tipc_conn_rcv_from_sock(struct tipc_conn *con)
419 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork);
440 struct tipc_conn *con;
456 struct tipc_conn *con;
572 struct tipc_conn *con;
597 struct tipc_conn *con;
695 struct tipc_conn *con;