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