Searched refs:tipc_conn (Results 1 – 2 of 2) sorted by relevance
100 struct tipc_conn { struct124 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s); argument126 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()[all …]
46 struct tipc_conn;