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
320 struct tipc_server *s = con->server; in tipc_create_listen_sock() local
380 static int tipc_open_listening_sock(struct tipc_server *s) in tipc_open_listening_sock()
441 int tipc_conn_sendmsg(struct tipc_server *s, int conid, in tipc_conn_sendmsg()
473 void tipc_conn_terminate(struct tipc_server *s, int conid) in tipc_conn_terminate()
487 struct tipc_server *s = con->server; in tipc_send_to_sock() local
562 static void tipc_work_stop(struct tipc_server *s) in tipc_work_stop()
568 static int tipc_work_start(struct tipc_server *s) in tipc_work_start()
586 int tipc_server_start(struct tipc_server *s) in tipc_server_start()
613 void tipc_server_stop(struct tipc_server *s) in tipc_server_stop()