Searched refs:snd_wl2 (Results 1 – 9 of 9) sorted by relevance
238 tcps_swl2 = p == NULL ? -1 : p->snd_wl2;
1855 tp->snd_wl2 = th->th_ack; in tcp_do_segment()3133 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()3134 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_segment()3137 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment()3141 tp->snd_wl2 = th->th_ack; in tcp_do_segment()
383 tcp_seq snd_wl2; /* window update seg ack number */ member
3117 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
948 u32 snd_wl2; member
3219 tcp_info->snd_wl2 = cm_node->tcp_cntxt.loc_seq_num; in irdma_init_tcp_ctx()
1095 FIELD_PREP(IRDMAQPC_SNDWL2, tcp->snd_wl2)); in irdma_sc_qp_setctx()
12236 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in rack_process_data()12237 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in rack_process_data()12240 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in rack_process_data()12245 tp->snd_wl2 = th->th_ack; in rack_process_data()12250 if ((tp->snd_wl2 == th->th_ack) && (tiwin < tp->snd_wnd)) { in rack_process_data()12254 tp->snd_wl2 = th->th_ack; in rack_process_data()12801 tp->snd_wl2 = th->th_ack; in rack_fastack()15295 (tp->snd_wl1 == seq && (SEQ_LT(tp->snd_wl2, ack) || in rack_do_win_updates()15296 (tp->snd_wl2 == ack && tiwin > tp->snd_wnd))))) { in rack_do_win_updates()15298 if ((tp->snd_wl2 == ack) && (tiwin > tp->snd_wnd)) in rack_do_win_updates()[all …]
8152 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in bbr_process_data()8153 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in bbr_process_data()8156 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in bbr_process_data()8160 tp->snd_wl2 = th->th_ack; in bbr_process_data()8165 if ((tp->snd_wl2 == th->th_ack) && (tiwin < tp->snd_wnd)) { in bbr_process_data()8168 tp->snd_wl2 = th->th_ack; in bbr_process_data()8697 tp->snd_wl2 = th->th_ack; in bbr_fastack()