Searched refs:tcp_xmit_head (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 757 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 D | tcp_output.c | 303 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 D | tcp_fusion.c | 173 tcp->tcp_xmit_head == NULL && peer_tcp->tcp_xmit_head == NULL) { in tcp_fuse()
|
H A D | tcp_input.c | 1894 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 D | tcp.c | 1368 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 D | tcp_inet.h | 179 mblk_t *tcp_xmit_head; /* Head of rexmit list */ member
|
H A D | tcp.c | 701 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() 2923 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss, in tcp_rput_data() 3464 mp1 = tcp->tcp_xmit_head; in tcp_rput_data() 3953 tcp->tcp_xmit_head = mp1; in tcp_rput_data() 4137 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size, 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() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp.h | 181 mblk_t *tcp_xmit_head; /* Head of xmit/rexmit list */ member
|