Lines Matching defs:tipc_conn
80 * struct tipc_conn - TIPC connection structure
93 struct tipc_conn {
117 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s);
119 static bool connected(struct tipc_conn *con)
126 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref);
146 static void conn_put(struct tipc_conn *con)
151 static void conn_get(struct tipc_conn *con)
156 static void tipc_conn_close(struct tipc_conn *con)
180 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock)
182 struct tipc_conn *con;
216 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid)
218 struct tipc_conn *con;
231 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s)
249 static void tipc_conn_send_to_sock(struct tipc_conn *con)
303 struct tipc_conn *con = container_of(work, struct tipc_conn, swork);
319 struct tipc_conn *con;
349 struct tipc_conn *con;
362 struct tipc_conn *con,
388 static int tipc_conn_rcv_from_sock(struct tipc_conn *con)
420 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork);
441 struct tipc_conn *con;
459 struct tipc_conn *con;
577 struct tipc_conn *con;
602 struct tipc_conn *con;
700 struct tipc_conn *con;