Home
last modified time | relevance | path

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

/Linux-v6.6/net/tipc/
Dsocket.c162 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p);
1527 tipc_wait_for_connect(sock, &timeout); in __tipc_sendmsg()
2529 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) in tipc_wait_for_connect() function
2646 res = tipc_wait_for_connect(sock, &timeout); in tipc_connect()