Lines Matching refs:tcp_snxt

360 	snxt = tcp->tcp_snxt;  in tcp_wput_data()
538 len = tcp->tcp_snxt - snxt; in tcp_wput_data()
550 tcp->tcp_snxt, snxt, in tcp_wput_data()
554 tcp->tcp_snxt = snxt + tcp->tcp_fin_sent; in tcp_wput_data()
1199 snxt = tcp->tcp_snxt; in tcp_output()
1271 tcp->tcp_snxt = snxt + len; in tcp_output()
1425 len += tcp->tcp_snxt; in tcp_output_urgent()
1660 tcp_xmit_ctl(msg, tcp, tcp->tcp_snxt, 0, TH_RST); in tcp_close_output()
1875 (tcp->tcp_unsent - (*snxt - tcp->tcp_snxt)) > len && in tcp_send()
1884 if (*snxt == tcp->tcp_snxt && in tcp_send()
1947 uint32_t prev_snxt = tcp->tcp_snxt; in tcp_send()
1963 tcp->tcp_snxt = prev_snxt; in tcp_send()
2272 tcp->tcp_fss = tcp->tcp_snxt + tcp->tcp_unsent; in tcp_xmit_end()
2289 tcp->tcp_snxt = tcp->tcp_fss + 1; in tcp_xmit_end()
2298 tcp->tcp_rexmit_nxt = tcp->tcp_snxt; in tcp_xmit_end()
3070 if (tcp->tcp_suna == tcp->tcp_snxt) in tcp_xmit_mp_aux_fss()
3072 tcp->tcp_snxt = tcp->tcp_fss + 1; in tcp_xmit_mp_aux_fss()
3424 tcp->tcp_csuna = tcp->tcp_snxt; in tcp_sack_rexmit()
3452 tcp->tcp_cwnd = tcp->tcp_snxt - tcp->tcp_suna; in tcp_sack_rexmit()
3457 tcp->tcp_cwnd = tcp->tcp_snxt - tcp->tcp_suna + in tcp_sack_rexmit()
3601 if (!SEQ_LT(tcp->tcp_suna, tcp->tcp_snxt) || in tcp_rexmit_after_error()
3608 tcp->tcp_rexmit_max = tcp->tcp_snxt; in tcp_rexmit_after_error()
3642 if (SEQ_LT(seq, tcp->tcp_suna) || SEQ_GT(seq, tcp->tcp_snxt)) in tcp_get_seg_mp()
3670 tcp->tcp_snxt = snxt; in tcp_update_xmit_tail()
3690 uint32_t snxt = tcp->tcp_snxt; in tcp_process_shrunk_swnd()
3714 if (tcp->tcp_suna == tcp->tcp_snxt && tcp->tcp_swnd == 0) in tcp_process_shrunk_swnd()