Searched refs:get_rlwin (Results 1 – 4 of 4) sorted by relevance
256 uint32_t (*get_rlwin) (struct tcpcb *tp); member
69 .get_rlwin = tcp_rledbat_get_rlwin,
1301 if (recwin > 0 && tcp_cc_rledbat.get_rlwin != NULL) { in tcp_output()1303 recwin = imin(recwin, tcp_cc_rledbat.get_rlwin(tp)); in tcp_output()
3474 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.get_rlwin != NULL) { in tcp_input()3476 uint32_t rledbat_win = tcp_cc_rledbat.get_rlwin(tp); in tcp_input()