Lines Matching refs:tcp_detached
613 boolean_t tcp_detached = TCP_IS_DETACHED(tcp); in tcp_set_destination() local
695 if (!tcp_detached) { in tcp_set_destination()
988 tcp->tcp_detached = B_TRUE; in tcp_stop_lingering()
1012 tcp->tcp_detached = B_TRUE; in tcp_stop_lingering()
1288 ASSERT(tcp->tcp_detached); in tcp_closei_local()
1466 tcp->tcp_detached = B_TRUE; in tcp_free()
2145 tcp->tcp_detached = 0; in tcp_reinit_values()
2994 boolean_t tcp_detached = TCP_IS_DETACHED(tcp); in tcp_rwnd_set() local
3012 if (!tcp_detached) { in tcp_rwnd_set()
3036 if (tcp_detached) in tcp_rwnd_set()
3103 if (tcp_detached) in tcp_rwnd_set()
3322 if (tcp->tcp_detached) in tcp_zcopy_notify()