Lines Matching defs:s
93 struct tipc_server *s = con->server; in tipc_conn_kref_release() local
129 static struct tipc_conn *tipc_conn_lookup(struct tipc_server *s, int conid) in tipc_conn_lookup()
197 struct tipc_server *s = con->server; in tipc_close_conn() local
216 static struct tipc_conn *tipc_alloc_conn(struct tipc_server *s) in tipc_alloc_conn()
251 struct tipc_server *s = con->server; in tipc_receive_from_sock() local
292 struct tipc_server *s = con->server; in tipc_accept_from_sock() local
327 struct tipc_server *s = con->server; in tipc_create_listen_sock() local
387 static int tipc_open_listening_sock(struct tipc_server *s) in tipc_open_listening_sock()
447 int tipc_conn_sendmsg(struct tipc_server *s, int conid, in tipc_conn_sendmsg()
480 void tipc_conn_terminate(struct tipc_server *s, int conid) in tipc_conn_terminate()
494 struct tipc_server *s = con->server; in tipc_send_to_sock() local
569 static void tipc_work_stop(struct tipc_server *s) in tipc_work_stop()
575 static int tipc_work_start(struct tipc_server *s) in tipc_work_start()
593 int tipc_server_start(struct tipc_server *s) in tipc_server_start()
620 void tipc_server_stop(struct tipc_server *s) in tipc_server_stop()