Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dtopsrv.c66 struct tipc_topsrv { struct
97 struct tipc_topsrv *server; argument
126 struct tipc_topsrv *s = con->server; in tipc_conn_kref_release()
179 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock) in tipc_conn_alloc()
215 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
251 struct tipc_topsrv *srv = con->server; in tipc_conn_send_to_sock()
316 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_queue_evt()
360 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv, in tipc_conn_rcv_sub()
389 struct tipc_topsrv *srv = con->server; in tipc_conn_rcv_from_sock()
454 struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork); in tipc_topsrv_accept()
[all …]
Dcore.h76 struct tipc_topsrv;
131 struct tipc_topsrv *topsrv;
170 static inline struct tipc_topsrv *tipc_topsrv(struct net *net) in tipc_topsrv() function