Home
last modified time | relevance | path

Searched refs:snd_wl2 (Results 1 – 9 of 9) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dtcp.d238 tcps_swl2 = p == NULL ? -1 : p->snd_wl2;
/freebsd/sys/netinet/
H A Dtcp_input.c1855 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()
H A Dtcp_var.h383 tcp_seq snd_wl2; /* window update seg ack number */ member
H A Dtcp_usrreq.c3117 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
/freebsd/sys/dev/irdma/
H A Dirdma_type.h948 u32 snd_wl2; member
H A Dirdma_cm.c3219 tcp_info->snd_wl2 = cm_node->tcp_cntxt.loc_seq_num; in irdma_init_tcp_ctx()
H A Dirdma_ctrl.c1095 FIELD_PREP(IRDMAQPC_SNDWL2, tcp->snd_wl2)); in irdma_sc_qp_setctx()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c12236 (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 …]
H A Dbbr.c8152 (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()