Searched refs:tiwin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 7669 uint32_t tiwin, int32_t tlen, in bbr_process_ack() argument 7730 if ((th->th_ack == tp->snd_una) && (tiwin == tp->snd_wnd)) in bbr_process_ack() 8126 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) in bbr_process_data() argument 8142 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in bbr_process_data() 8145 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in bbr_process_data() 8147 tp->snd_wnd = tiwin; in bbr_process_data() 8154 if ((tp->snd_wl2 == th->th_ack) && (tiwin < tp->snd_wnd)) { in bbr_process_data() 8155 tp->snd_wnd = tiwin; in bbr_process_data() 8415 uint32_t tiwin, int32_t nxt_pkt) in bbr_do_fastnewdata() argument 8435 if (tiwin && tiwin != tp->snd_wnd) { in bbr_do_fastnewdata() [all …]
|
| HD | rack.c | 443 uint32_t tiwin, int32_t tlen, int32_t * ofia, int32_t thflags, int32_t * ret_val); 447 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt); 540 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); 544 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); 548 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); 552 int32_t tlen, uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos); 556 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); 560 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); 564 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); 568 int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos); [all …]
|
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_input.c | 1534 uint32_t tiwin; in tcp_do_segment() local 1603 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment() 1605 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_FRWIN, tiwin); in tcp_do_segment() 1755 tiwin && tiwin == tp->snd_wnd && in tcp_do_segment() 2410 tp->snd_wnd = tiwin; in tcp_do_segment() 2486 tp->snd_wnd = tiwin; in tcp_do_segment() 2574 (tiwin == tp->snd_wnd || in tcp_do_segment() 3103 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_segment() 3106 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment() 3108 tp->snd_wnd = tiwin; in tcp_do_segment()
|
| HD | tcp_var.h | 1571 int tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, i…
|
| HD | tcp_subr.c | 4141 tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int m… in tcp_do_ack_accounting() argument 4163 } else if (tiwin != tp->snd_wnd) { in tcp_do_ack_accounting()
|