Searched refs:tcp_push_tid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c286 if (tcp->tcp_push_tid != 0) {
287 (void) TCP_TIMER_CANCEL(tcp, tcp->tcp_push_tid);
288 tcp->tcp_push_tid = 0;
290 if (peer_tcp->tcp_push_tid != 0) {
291 (void) TCP_TIMER_CANCEL(peer_tcp, peer_tcp->tcp_push_tid);
292 peer_tcp->tcp_push_tid = 0;
716 if (tcp->tcp_push_tid != 0) {
717 (void) TCP_TIMER_CANCEL(tcp, tcp->tcp_push_tid);
718 tcp->tcp_push_tid = 0;
739 tcp->tcp_push_tid
[all...]
H A Dtcp_timers.c390 if (tcp->tcp_push_tid != 0) {
391 (void) TCP_TIMER_CANCEL(tcp, tcp->tcp_push_tid);
392 tcp->tcp_push_tid = 0;
547 tcp->tcp_push_tid = 0;
H A Dtcp_input.c1945 if (tcp->tcp_push_tid != 0) {
1946 (void) TCP_TIMER_CANCEL(tcp, tcp->tcp_push_tid);
1947 tcp->tcp_push_tid = 0;
4797 if (tcp->tcp_rcv_list != NULL && tcp->tcp_push_tid == 0) {
4803 tcp->tcp_push_tid = TCP_TIMER(tcp,
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h298 timeout_id_t tcp_push_tid; /* Push timer ID */ member in struct:tcp_s

Completed in 69 milliseconds