Searched refs:tcp_clean_death (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 459 (void) tcp_clean_death(tcp, tcp->tcp_client_errno ? in tcp_keepalive_timer() 894 (void) tcp_clean_death(tcp, 0); in tcp_timer() 901 (void) tcp_clean_death(tcp, 0); in tcp_timer() 965 (void) tcp_clean_death(tcp, in tcp_timer() 975 (void) tcp_clean_death(tcp, in tcp_timer()
|
H A D | tcp_input.c | 2559 (void) tcp_clean_death(tcp, ECONNREFUSED); in tcp_input_data() 2906 (void) tcp_clean_death(tcp, EPROTO); in tcp_input_data() 3337 (void) tcp_clean_death(tcp, ECONNREFUSED); in tcp_input_data() 3343 (void) tcp_clean_death(tcp, ECONNRESET); in tcp_input_data() 3347 (void) tcp_clean_death(tcp, 0); in tcp_input_data() 3351 (void) tcp_clean_death(tcp, ENXIO); in tcp_input_data() 3378 (void) tcp_clean_death(tcp, ECONNRESET); in tcp_input_data() 4164 (void) tcp_clean_death(tcp, EPROTO); in tcp_input_data() 4551 (void) tcp_clean_death(tcp, 0); in tcp_input_data() 5603 (void) tcp_clean_death(tcp, in tcp_icmp_input() [all …]
|
H A D | tcp_time_wait.c | 639 if (tcp_clean_death(tcp, 0) == -1) in tcp_time_wait_processing() 691 (void) tcp_clean_death(tcp, 0); in tcp_time_wait_processing()
|
H A D | tcp_misc.c | 271 (void) tcp_clean_death(tcp, errcode); in tcp_ioctl_abort_handler()
|
H A D | tcp.c | 803 (void) tcp_clean_death(((conn_t *)arg)->conn_tcp, ETIMEDOUT); in tcp_clean_death_wrapper() 816 tcp_clean_death(tcp_t *tcp, int err) in tcp_clean_death() function
|
H A D | tcp_tpi.c | 1648 (void) tcp_clean_death(acceptor, 0); in tcp_tli_accept()
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 284 static void tcp_clean_death(int, tcp_t *, int err); 844 tcp_clean_death(sock_id, tcp, 0); in tcp_shutdown() 903 tcp_clean_death(sock_id, tcp, 0); in tcp_close() 980 tcp_clean_death(sock_id, in tcp_close() 1920 tcp_clean_death(int sock_id, tcp_t *tcp, int err) in tcp_clean_death() function 2828 tcp_clean_death(sock_id, tcp, ECONNREFUSED); in tcp_rput_data() 3261 (void) tcp_clean_death(sock_id, tcp, ECONNREFUSED); in tcp_rput_data() 3267 (void) tcp_clean_death(sock_id, tcp, ECONNRESET); in tcp_rput_data() 3271 (void) tcp_clean_death(sock_id, tcp, 0); in tcp_rput_data() 3275 (void) tcp_clean_death(sock_id, tcp, ENXIO); in tcp_rput_data() [all …]
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 561 extern int tcp_clean_death(tcp_t *, int);
|