Home
last modified time | relevance | path

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

/net/sctp/
Dsocket.c76 static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
1231 return sctp_wait_for_connect(asoc, &timeo); in __sctp_connect()
1838 err = sctp_wait_for_connect(asoc, &timeo); in sctp_sendmsg_to_asoc()
1876 sctp_wait_for_connect(asoc, &timeo); in sctp_sendmsg_to_asoc()
9141 static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p) in sctp_wait_for_connect() function