Lines Matching defs:s
123 static struct tipc_conn *tipc_conn_lookup(struct tipc_server *s, int conid) in tipc_conn_lookup()
189 struct tipc_server *s = con->server; in tipc_close_conn() local
214 static struct tipc_conn *tipc_alloc_conn(struct tipc_server *s) in tipc_alloc_conn()
249 struct tipc_server *s = con->server; in tipc_receive_from_sock() local
290 struct tipc_server *s = con->server; in tipc_accept_from_sock() local
324 struct tipc_server *s = con->server; in tipc_create_listen_sock() local
384 static int tipc_open_listening_sock(struct tipc_server *s) in tipc_open_listening_sock()
445 int tipc_conn_sendmsg(struct tipc_server *s, int conid, in tipc_conn_sendmsg()
477 void tipc_conn_terminate(struct tipc_server *s, int conid) in tipc_conn_terminate()
491 struct tipc_server *s = con->server; in tipc_send_to_sock() local
566 static void tipc_work_stop(struct tipc_server *s) in tipc_work_stop()
572 static int tipc_work_start(struct tipc_server *s) in tipc_work_start()
590 int tipc_server_start(struct tipc_server *s) in tipc_server_start()
617 void tipc_server_stop(struct tipc_server *s) in tipc_server_stop()