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