Searched refs:tcp_xmit_head (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c732 if (!tcp->tcp_xmit_head)
735 (clock_t)tcp->tcp_xmit_head->b_prev;
814 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp,
815 tcp->tcp_xmit_head, B_TRUE);
908 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp,
909 tcp->tcp_xmit_head, B_TRUE);
978 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp,
979 tcp->tcp_xmit_head, B_TRUE);
1037 if ((mp = tcp->tcp_xmit_head) != NULL)
H A Dtcp_fusion.c161 tcp->tcp_xmit_head == NULL && peer_tcp->tcp_xmit_head == NULL) {
H A Dtcp_input.c1764 mp1 = tcp_xmit_mp(eager, eager->tcp_xmit_head, eager->tcp_mss,
2669 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss,
3796 mp1 = tcp->tcp_xmit_head;
4177 * If tcp_xmit_head is NULL, then it must be the FIN being ack'ed.
4377 tcp->tcp_xmit_head = mp1;
4752 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size,
4757 tcp->tcp_xmit_head->b_prev =
4792 if (tcp->tcp_xmit_head != NULL)
4793 tcp->tcp_xmit_head->b_prev =
H A Dtcp_output.c287 if (tcp->tcp_xmit_head == NULL) {
288 tcp->tcp_xmit_head = mp;
657 if ((fval & FLUSHW) && tcp->tcp_xmit_head != NULL &&
671 mblk_t **excess = &tcp->tcp_xmit_head;
1161 if (tcp->tcp_xmit_head == NULL) {
1162 tcp->tcp_xmit_head = mp;
1715 * Since we have tried to backoff the tcp_xmit_head when turning
3518 (tcp->tcp_xmit_head == NULL))
3563 mp = tcp->tcp_xmit_head;
H A Dtcp.c1366 tcp_close_mpp(&tcp->tcp_xmit_head);
1919 tcp_close_mpp(&tcp->tcp_xmit_head);
2080 ASSERT(tcp->tcp_xmit_head == NULL);
/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h179 mblk_t *tcp_xmit_head; /* Head of rexmit list */ member in struct:tcp_s
H A Dtcp.c702 if (tcp->tcp_xmit_head != NULL) {
703 freemsg(tcp->tcp_xmit_head);
704 tcp->tcp_xmit_head = NULL;
2461 mp = tcp->tcp_xmit_head;
2924 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss,
3465 mp1 = tcp->tcp_xmit_head;
3802 * If tcp_xmit_head is NULL, then it must be the FIN being ack'ed.
3955 tcp->tcp_xmit_head = mp1;
4139 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size,
4145 tcp->tcp_xmit_head
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h172 mblk_t *tcp_xmit_head; /* Head of xmit/rexmit list */ member in struct:tcp_s
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1372 mblk_t *tcp_xmit_head; /* Head of rexmit list */ member in struct:nca_conn_s

Completed in 278 milliseconds