Home
last modified time | relevance | path

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 ? in tcp_keepalive_timer()
865 (void) tcp_clean_death(tcp, 0); in tcp_timer()
872 (void) tcp_clean_death(tcp, 0); in tcp_timer()
936 (void) tcp_clean_death(tcp, in tcp_timer()
946 (void) tcp_clean_death(tcp, in tcp_timer()
H A Dtcp_input.c2686 (void) tcp_clean_death(tcp, ECONNREFUSED); in tcp_input_data()
3040 (void) tcp_clean_death(tcp, EPROTO); in tcp_input_data()
3522 (void) tcp_clean_death(tcp, ECONNREFUSED); in tcp_input_data()
3528 (void) tcp_clean_death(tcp, ECONNRESET); in tcp_input_data()
3532 (void) tcp_clean_death(tcp, 0); in tcp_input_data()
3536 (void) tcp_clean_death(tcp, ENXIO); in tcp_input_data()
3563 (void) tcp_clean_death(tcp, ECONNRESET); in tcp_input_data()
4347 (void) tcp_clean_death(tcp, EPROTO); in tcp_input_data()
4708 (void) tcp_clean_death(tcp, 0); in tcp_input_data()
5809 (void) tcp_clean_death(tcp, in tcp_icmp_input()
[all …]
H A Dtcp_time_wait.c748 if (tcp_clean_death(tcp, 0) == -1) in tcp_time_wait_processing()
801 (void) tcp_clean_death(tcp, 0); in tcp_time_wait_processing()
H A Dtcp_misc.c271 (void) tcp_clean_death(tcp, errcode); in tcp_ioctl_abort_handler()
H A Dtcp_tpi.c1654 (void) tcp_clean_death(acceptor, 0); in tcp_tli_accept()
H A Dtcp.c798 (void) tcp_clean_death(((conn_t *)arg)->conn_tcp, ETIMEDOUT); in tcp_clean_death_wrapper()
811 tcp_clean_death(tcp_t *tcp, int err) in tcp_clean_death() function
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c283 static void tcp_clean_death(int, tcp_t *, int err);
843 tcp_clean_death(sock_id, tcp, 0); in tcp_shutdown()
902 tcp_clean_death(sock_id, tcp, 0); in tcp_close()
979 tcp_clean_death(sock_id, in tcp_close()
1919 tcp_clean_death(int sock_id, tcp_t *tcp, int err) in tcp_clean_death() function
2827 tcp_clean_death(sock_id, tcp, ECONNREFUSED); in tcp_rput_data()
3260 (void) tcp_clean_death(sock_id, tcp, ECONNREFUSED); in tcp_rput_data()
3266 (void) tcp_clean_death(sock_id, tcp, ECONNRESET); in tcp_rput_data()
3270 (void) tcp_clean_death(sock_id, tcp, 0); in tcp_rput_data()
3274 (void) tcp_clean_death(sock_id, tcp, ENXIO); in tcp_rput_data()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h652 extern int tcp_clean_death(tcp_t *, int);