Searched refs:tcp_timeout_cancel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h124 tcp_timeout_cancel(tcp->tcp_connp, id)
721 extern clock_t tcp_timeout_cancel(conn_t *, timeout_id_t);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c53 * clock_t tcp_timeout_cancel(connp, timeout_id)
60 * non-zero timeout identifier that can be passed to tcp_timeout_cancel() to
73 * tcp_timeout_cancel() attempts to cancel a pending tcp_timeout()
75 * the call to tcp_timeout_cancel() or a deadlock may result.
77 * tcp_timeout_cancel() returns -1 if the timeout request is invalid.
80 * NOTE: both tcp_timeout() and tcp_timeout_cancel() should always be called
231 tcp_timeout_cancel(conn_t *connp, timeout_id_t id) function

Completed in 61 milliseconds