Searched refs:tcp_clean_death (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c459 (void) tcp_clean_death(tcp, tcp->tcp_client_errno ?
894 (void) tcp_clean_death(tcp, 0);
901 (void) tcp_clean_death(tcp, 0);
965 (void) tcp_clean_death(tcp,
975 (void) tcp_clean_death(tcp,
H A Dtcp_input.c95 * fires, tcp_clean_death() is called. If upper layer closes the connection
2507 (void) tcp_clean_death(tcp, ECONNREFUSED);
2808 * tcp_close_detached / tcp_clean_death / tcp_closei_local must
2825 * Handle the case where the tcp_clean_death() has happened
2827 * was already queued on squeue before tcp_clean_death()
2828 * was processed. Calling tcp_clean_death() twice on same
2854 (void) tcp_clean_death(tcp, EPROTO);
3308 (void) tcp_clean_death(tcp, ECONNREFUSED);
3314 (void) tcp_clean_death(tcp, ECONNRESET);
3318 (void) tcp_clean_death(tc
[all...]
H A Dtcp_time_wait.c740 * If tcp_clean_death() can not perform the task now,
745 if (tcp_clean_death(tcp, 0) == -1)
796 (void) tcp_clean_death(tcp, 0);
H A Dtcp_misc.c250 * tcp_clean_death / tcp_closei_local must be called at most once
271 (void) tcp_clean_death(tcp, errcode);
H A Dtcp_tpi.c1648 (void) tcp_clean_death(acceptor, 0);
H A Dtcp.c788 * tcp_clean_death / tcp_close_detached must not be called more than once
789 * on a tcp. Thus every function that potentially calls tcp_clean_death
790 * must check for the tcp state before calling tcp_clean_death.
803 (void) tcp_clean_death(((conn_t *)arg)->conn_tcp, ETIMEDOUT);
816 tcp_clean_death(tcp_t *tcp, int err) function
912 "tcp_clean_death: discon err %d", err);
926 "tcp_clean_death, sending M_ERROR");
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c284 static void tcp_clean_death(int, tcp_t *, int err);
844 tcp_clean_death(sock_id, tcp, 0);
903 tcp_clean_death(sock_id, tcp, 0);
980 tcp_clean_death(sock_id,
1920 tcp_clean_death(int sock_id, tcp_t *tcp, int err) function
2828 tcp_clean_death(sock_id, tcp, ECONNREFUSED);
3261 (void) tcp_clean_death(sock_id, tcp, ECONNREFUSED);
3267 (void) tcp_clean_death(sock_id, tcp, ECONNRESET);
3271 (void) tcp_clean_death(sock_id, tcp, 0);
3275 (void) tcp_clean_death(sock_i
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h601 extern int tcp_clean_death(tcp_t *, int);

Completed in 129 milliseconds