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.c3021 (void) tcp_clean_death(tcp, EPROTO); in tcp_input_data()
3503 (void) tcp_clean_death(tcp, ECONNREFUSED); in tcp_input_data()
3509 (void) tcp_clean_death(tcp, ECONNRESET); in tcp_input_data()
3513 (void) tcp_clean_death(tcp, 0); in tcp_input_data()
3517 (void) tcp_clean_death(tcp, ENXIO); in tcp_input_data()
3544 (void) tcp_clean_death(tcp, ECONNRESET); in tcp_input_data()
4328 (void) tcp_clean_death(tcp, EPROTO); in tcp_input_data()
4689 (void) tcp_clean_death(tcp, 0); in tcp_input_data()
5790 (void) tcp_clean_death(tcp, in tcp_icmp_input()
5810 (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.c843 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()
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()
4016 (void) tcp_clean_death(sock_id, tcp, 0); in tcp_rput_data()
4453 (void) tcp_clean_death(sock_id, tcp, 0); in tcp_timer()
4482 (void) tcp_clean_death(sock_id, tcp, in tcp_timer()
5302 tcp_clean_death(sock_id, tcp, 0); in tcp_time_wait_processing()
5353 (void) tcp_clean_death(sock_id, tcp, 0); in tcp_time_wait_processing()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h652 extern int tcp_clean_death(tcp_t *, int);