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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c757 if (!tcp->tcp_xmit_head)
760 (clock_t)tcp->tcp_xmit_head->b_prev;
839 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp,
840 tcp->tcp_xmit_head, B_TRUE);
933 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp,
934 tcp->tcp_xmit_head, B_TRUE);
1003 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp,
1004 tcp->tcp_xmit_head, B_TRUE);
1062 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_output.c288 if (tcp->tcp_xmit_head == NULL) {
289 tcp->tcp_xmit_head = mp;
658 if ((fval & FLUSHW) && tcp->tcp_xmit_head != NULL &&
672 mblk_t **excess = &tcp->tcp_xmit_head;
1162 if (tcp->tcp_xmit_head == NULL) {
1163 tcp->tcp_xmit_head = mp;
1716 * Since we have tried to backoff the tcp_xmit_head when turning
3495 (tcp->tcp_xmit_head == NULL))
3539 mp = tcp->tcp_xmit_head;
H A Dtcp_input.c1715 mp1 = tcp_xmit_mp(eager, eager->tcp_xmit_head, eager->tcp_mss,
2732 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss,
3886 mp1 = tcp->tcp_xmit_head;
4254 * If tcp_xmit_head is NULL, then it must be the FIN being ack'ed.
4454 tcp->tcp_xmit_head = mp1;
4828 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size,
4833 tcp->tcp_xmit_head->b_prev =
4868 if (tcp->tcp_xmit_head != NULL)
4869 tcp->tcp_xmit_head->b_prev =
H A Dtcp.c1365 tcp_close_mpp(&tcp->tcp_xmit_head);
1924 tcp_close_mpp(&tcp->tcp_xmit_head);
2085 ASSERT(tcp->tcp_xmit_head == NULL);
/illumos-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...]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h175 mblk_t *tcp_xmit_head; /* Head of xmit/rexmit list */ member in struct:tcp_s
/illumos-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 92 milliseconds