Symbol: tcp_clean_death
usr/src/stand/lib/tcp/tcp.c
2827
tcp_clean_death(sock_id, tcp, ECONNREFUSED);
usr/src/stand/lib/tcp/tcp.c
283
static void tcp_clean_death(int, tcp_t *, int err);
usr/src/stand/lib/tcp/tcp.c
3260
(void) tcp_clean_death(sock_id, tcp, ECONNREFUSED);
usr/src/stand/lib/tcp/tcp.c
3266
(void) tcp_clean_death(sock_id, tcp, ECONNRESET);
usr/src/stand/lib/tcp/tcp.c
3270
(void) tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
3274
(void) tcp_clean_death(sock_id, tcp, ENXIO);
usr/src/stand/lib/tcp/tcp.c
3301
(void) tcp_clean_death(sock_id, tcp, ECONNRESET);
usr/src/stand/lib/tcp/tcp.c
4016
(void) tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
4453
(void) tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
4482
(void) tcp_clean_death(sock_id, tcp,
usr/src/stand/lib/tcp/tcp.c
5302
tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
5353
(void) tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
6714
(void) tcp_clean_death(-1, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
843
tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
902
tcp_clean_death(sock_id, tcp, 0);
usr/src/stand/lib/tcp/tcp.c
979
tcp_clean_death(sock_id,
usr/src/uts/common/inet/tcp/tcp.c
798
(void) tcp_clean_death(((conn_t *)arg)->conn_tcp, ETIMEDOUT);
usr/src/uts/common/inet/tcp/tcp_input.c
2686
(void) tcp_clean_death(tcp, ECONNREFUSED);
usr/src/uts/common/inet/tcp/tcp_input.c
3040
(void) tcp_clean_death(tcp, EPROTO);
usr/src/uts/common/inet/tcp/tcp_input.c
3522
(void) tcp_clean_death(tcp, ECONNREFUSED);
usr/src/uts/common/inet/tcp/tcp_input.c
3528
(void) tcp_clean_death(tcp, ECONNRESET);
usr/src/uts/common/inet/tcp/tcp_input.c
3532
(void) tcp_clean_death(tcp, 0);
usr/src/uts/common/inet/tcp/tcp_input.c
3536
(void) tcp_clean_death(tcp, ENXIO);
usr/src/uts/common/inet/tcp/tcp_input.c
3563
(void) tcp_clean_death(tcp, ECONNRESET);
usr/src/uts/common/inet/tcp/tcp_input.c
4347
(void) tcp_clean_death(tcp, EPROTO);
usr/src/uts/common/inet/tcp/tcp_input.c
4708
(void) tcp_clean_death(tcp, 0);
usr/src/uts/common/inet/tcp/tcp_input.c
5809
(void) tcp_clean_death(tcp,
usr/src/uts/common/inet/tcp/tcp_input.c
5829
(void) tcp_clean_death(tcp,
usr/src/uts/common/inet/tcp/tcp_input.c
5927
(void) tcp_clean_death(tcp, ECONNREFUSED);
usr/src/uts/common/inet/tcp/tcp_input.c
5945
(void) tcp_clean_death(tcp,
usr/src/uts/common/inet/tcp/tcp_input.c
5963
(void) tcp_clean_death(tcp, ECONNREFUSED);
usr/src/uts/common/inet/tcp/tcp_misc.c
271
(void) tcp_clean_death(tcp, errcode);
usr/src/uts/common/inet/tcp/tcp_time_wait.c
748
if (tcp_clean_death(tcp, 0) == -1)
usr/src/uts/common/inet/tcp/tcp_time_wait.c
801
(void) tcp_clean_death(tcp, 0);
usr/src/uts/common/inet/tcp/tcp_timers.c
459
(void) tcp_clean_death(tcp, tcp->tcp_client_errno ?
usr/src/uts/common/inet/tcp/tcp_timers.c
865
(void) tcp_clean_death(tcp, 0);
usr/src/uts/common/inet/tcp/tcp_timers.c
872
(void) tcp_clean_death(tcp, 0);
usr/src/uts/common/inet/tcp/tcp_timers.c
936
(void) tcp_clean_death(tcp,
usr/src/uts/common/inet/tcp/tcp_timers.c
946
(void) tcp_clean_death(tcp,
usr/src/uts/common/inet/tcp/tcp_tpi.c
1653
(void) tcp_clean_death(acceptor, 0);
usr/src/uts/common/inet/tcp_impl.h
652
extern int tcp_clean_death(tcp_t *, int);