Lines Matching refs:tcp_cc_rledbat
3293 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input()
3294 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
3773 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.get_rlwin != NULL) { in tcp_input()
3775 uint32_t rledbat_win = tcp_cc_rledbat.get_rlwin(tp); in tcp_input()
5572 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input()
5573 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
5624 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input()
5625 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
6818 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.rwnd_init != NULL) { in tcp_mss()
6819 tcp_cc_rledbat.rwnd_init(tp); in tcp_mss()
7175 if (TCP_RLEDBAT_ENABLED(tp) && tcp_cc_rledbat.switch_to != NULL) { in tcp_set_recv_bg()
7176 tcp_cc_rledbat.switch_to(tp); in tcp_set_recv_bg()