Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsocket.c9276 long current_timeo = *timeo_p; in sctp_wait_for_sndbuf() local
9308 current_timeo = schedule_timeout(current_timeo); in sctp_wait_for_sndbuf()
9313 *timeo_p = current_timeo; in sctp_wait_for_sndbuf()
9392 long current_timeo = *timeo_p; in sctp_wait_for_connect() local
9420 current_timeo = schedule_timeout(current_timeo); in sctp_wait_for_connect()
9425 *timeo_p = current_timeo; in sctp_wait_for_connect()