Searched refs:tipc_conn (Results 1 – 2 of 2) sorted by relevance
93 struct tipc_conn { struct117 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); argument119 static bool connected(struct tipc_conn *con) in connected()126 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release()146 static void conn_put(struct tipc_conn *con) in conn_put()151 static void conn_get(struct tipc_conn *con) in conn_get()156 static void tipc_conn_close(struct tipc_conn *con) in tipc_conn_close()180 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock) in tipc_conn_alloc()182 struct tipc_conn *con; in tipc_conn_alloc()216 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()[all …]
48 struct tipc_conn;