Home
last modified time | relevance | path

Searched refs:tcp_xmit_head (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c757 if (!tcp->tcp_xmit_head) in tcp_timer()
760 (hrtime_t)(intptr_t)tcp->tcp_xmit_head->b_prev); in tcp_timer()
809 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp, in tcp_timer()
810 tcp->tcp_xmit_head, B_TRUE); in tcp_timer()
904 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp, in tcp_timer()
905 tcp->tcp_xmit_head, B_TRUE); in tcp_timer()
974 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp, in tcp_timer()
975 tcp->tcp_xmit_head, B_TRUE); in tcp_timer()
1023 if ((mp = tcp->tcp_xmit_head) != NULL) { in tcp_timer()
H A Dtcp_output.c303 if (tcp->tcp_xmit_head == NULL) { in tcp_wput_data()
304 tcp->tcp_xmit_head = mp; in tcp_wput_data()
675 if ((fval & FLUSHW) && tcp->tcp_xmit_head != NULL && in tcp_wput_flush()
689 mblk_t **excess = &tcp->tcp_xmit_head; in tcp_wput_flush()
1181 if (tcp->tcp_xmit_head == NULL) { in tcp_output()
1182 tcp->tcp_xmit_head = mp; in tcp_output()
3602 (tcp->tcp_xmit_head == NULL)) in tcp_rexmit_after_error()
3646 mp = tcp->tcp_xmit_head; in tcp_get_seg_mp()
H A Dtcp_fusion.c173 tcp->tcp_xmit_head == NULL && peer_tcp->tcp_xmit_head == NULL) { in tcp_fuse()
H A Dtcp_input.c1894 mp1 = tcp_xmit_mp(eager, eager->tcp_xmit_head, eager->tcp_mss, in tcp_input_listener()
2918 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss, in tcp_input_data()
4092 mp1 = tcp->tcp_xmit_head; in tcp_input_data()
4640 tcp->tcp_xmit_head = mp1; in tcp_input_data()
5017 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size, in tcp_input_data()
5022 tcp->tcp_xmit_head->b_prev = in tcp_input_data()
5059 if (tcp->tcp_xmit_head != NULL) { in tcp_input_data()
5060 tcp->tcp_xmit_head->b_prev = in tcp_input_data()
H A Dtcp.c1368 tcp_close_mpp(&tcp->tcp_xmit_head); in tcp_free()
1944 tcp_close_mpp(&tcp->tcp_xmit_head); in tcp_reinit()
2099 ASSERT(tcp->tcp_xmit_head == NULL); in tcp_reinit_values()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h179 mblk_t *tcp_xmit_head; /* Head of rexmit list */ member
H A Dtcp.c701 if (tcp->tcp_xmit_head != NULL) { in tcp_free()
702 freemsg(tcp->tcp_xmit_head); in tcp_free()
703 tcp->tcp_xmit_head = NULL; in tcp_free()
2460 mp = tcp->tcp_xmit_head; in tcp_get_seg_mp()
3464 mp1 = tcp->tcp_xmit_head; in tcp_rput_data()
3953 tcp->tcp_xmit_head = mp1; in tcp_rput_data()
4143 tcp->tcp_xmit_head->b_prev = in tcp_rput_data()
4324 if (tcp->tcp_xmit_head == NULL) in tcp_timer()
4558 if ((mp = tcp->tcp_xmit_head) != NULL) { in tcp_timer()
4667 if (tcp->tcp_xmit_head == NULL) { in tcp_wput_data()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h181 mblk_t *tcp_xmit_head; /* Head of xmit/rexmit list */ member