Searched refs:tcp_xmit_head (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 757 if (!tcp->tcp_xmit_head) in tcp_timer() 760 (clock_t)tcp->tcp_xmit_head->b_prev; in tcp_timer() 839 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp, in tcp_timer() 840 tcp->tcp_xmit_head, B_TRUE); in tcp_timer() 933 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp, in tcp_timer() 934 tcp->tcp_xmit_head, B_TRUE); in tcp_timer() 1003 tcp->tcp_xmit_head = tcp_zcopy_backoff(tcp, in tcp_timer() 1004 tcp->tcp_xmit_head, B_TRUE); in tcp_timer() 1062 if ((mp = tcp->tcp_xmit_head) != NULL) in tcp_timer()
|
H A D | tcp_output.c | 288 if (tcp->tcp_xmit_head == NULL) { in tcp_wput_data() 289 tcp->tcp_xmit_head = mp; in tcp_wput_data() 658 if ((fval & FLUSHW) && tcp->tcp_xmit_head != NULL && in tcp_wput_flush() 672 mblk_t **excess = &tcp->tcp_xmit_head; in tcp_wput_flush() 1162 if (tcp->tcp_xmit_head == NULL) { in tcp_output() 1163 tcp->tcp_xmit_head = mp; in tcp_output() 3495 (tcp->tcp_xmit_head == NULL)) in tcp_rexmit_after_error() 3539 mp = tcp->tcp_xmit_head; in tcp_get_seg_mp()
|
H A D | tcp_fusion.c | 161 tcp->tcp_xmit_head == NULL && peer_tcp->tcp_xmit_head == NULL) { in tcp_fuse()
|
H A D | tcp_input.c | 1767 mp1 = tcp_xmit_mp(eager, eager->tcp_xmit_head, eager->tcp_mss, in tcp_input_listener() 2784 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss, in tcp_input_data() 3915 mp1 = tcp->tcp_xmit_head; in tcp_input_data() 4483 tcp->tcp_xmit_head = mp1; in tcp_input_data() 4857 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size, in tcp_input_data() 4862 tcp->tcp_xmit_head->b_prev = in tcp_input_data() 4897 if (tcp->tcp_xmit_head != NULL) in tcp_input_data() 4898 tcp->tcp_xmit_head->b_prev = in tcp_input_data()
|
H A D | tcp.c | 1365 tcp_close_mpp(&tcp->tcp_xmit_head); in tcp_free() 1924 tcp_close_mpp(&tcp->tcp_xmit_head); in tcp_reinit() 2085 ASSERT(tcp->tcp_xmit_head == NULL);
|
/titanic_41/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 | 702 if (tcp->tcp_xmit_head != NULL) { in tcp_free() 703 freemsg(tcp->tcp_xmit_head); in tcp_free() 704 tcp->tcp_xmit_head = NULL; in tcp_free() 2461 mp = tcp->tcp_xmit_head; in tcp_get_seg_mp() 2924 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, tcp->tcp_mss, in tcp_rput_data() 3465 mp1 = tcp->tcp_xmit_head; in tcp_rput_data() 3955 tcp->tcp_xmit_head = mp1; in tcp_rput_data() 4139 mp1 = tcp_xmit_mp(tcp, tcp->tcp_xmit_head, snd_size, in tcp_rput_data() 4145 tcp->tcp_xmit_head->b_prev = in tcp_rput_data() 4326 if (tcp->tcp_xmit_head == NULL) in tcp_timer() [all …]
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp.h | 175 mblk_t *tcp_xmit_head; /* Head of xmit/rexmit list */ member
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 1372 mblk_t *tcp_xmit_head; /* Head of rexmit list */ member
|