Searched refs:tcp_eager_cleanup (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 672 extern void tcp_eager_cleanup(tcp_t *, boolean_t);
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 914 tcp_eager_cleanup(tcp, B_TRUE); in tcp_fallback_noneager()
|
H A D | tcp_tpi.c | 1354 tcp_eager_cleanup(listener, 1); in tcp_tli_accept()
|
H A D | tcp.c | 1873 tcp_eager_cleanup(tcp, 0); in tcp_disconnect_common() 3132 tcp_eager_cleanup(tcp, 0); in tcp_do_unbind()
|
H A D | tcp_output.c | 1484 tcp_eager_cleanup(tcp, IPCL_IS_NONSTR(connp) ? 1 : 0); in tcp_close_output()
|
H A D | tcp_input.c | 1197 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only) in tcp_eager_cleanup() function
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 299 static void tcp_eager_cleanup(tcp_t *, boolean_t, int); 795 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only, int sock_id) in tcp_eager_cleanup() function 908 tcp_eager_cleanup(tcp, 0, sock_id); in tcp_close()
|