Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dtopsrv.c71 struct tipc_topsrv { struct
105 struct tipc_topsrv *server;
134 struct tipc_topsrv *s = con->server; in tipc_conn_kref_release()
187 static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s) in tipc_conn_alloc()
221 static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid) in tipc_conn_lookup()
257 struct tipc_topsrv *srv = con->server; in tipc_conn_send_to_sock()
322 struct tipc_topsrv *srv = tipc_topsrv(net); in tipc_topsrv_queue_evt()
366 static int tipc_conn_rcv_sub(struct tipc_topsrv *srv, in tipc_conn_rcv_sub()
393 struct tipc_topsrv *srv = con->server; in tipc_conn_rcv_from_sock()
455 struct tipc_topsrv *srv = container_of(work, struct tipc_topsrv, awork); in tipc_topsrv_accept()
[all …]
Dcore.h68 struct tipc_topsrv;
123 struct tipc_topsrv *topsrv;
147 static inline struct tipc_topsrv *tipc_topsrv(struct net *net) in tipc_topsrv() function