Searched refs:get_rlwin (Results 1 – 4 of 4) sorted by relevance
261 uint32_t (*get_rlwin) (struct tcpcb *tp); member
55 .get_rlwin = tcp_rledbat_get_rlwin,
1478 if (recwin > 0 && tcp_cc_rledbat.get_rlwin != NULL) { in tcp_output()1480 recwin = imin(recwin, tcp_cc_rledbat.get_rlwin(tp)); in tcp_output()
3887 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.get_rlwin != NULL) { in tcp_input()3889 uint32_t rledbat_win = tcp_cc_rledbat.get_rlwin(tp); in tcp_input()