Home
last modified time | relevance | path

Searched refs:tipc_conn (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/tipc/
Dtopsrv.c92 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, struct socket *sock) in tipc_conn_alloc()
181 struct tipc_conn *con; in tipc_conn_alloc()
215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
[all …]
Dsubscr.h48 struct tipc_conn;