Searched refs:data_rcvd (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp_cc.h | 253 void (*data_rcvd) (struct tcpcb *tp, struct tcphdr *th, member
|
| H A D | tcp_rledbat.c | 68 .data_rcvd = tcp_rledbat_data_rcvd,
|
| H A D | tcp_input.c | 3122 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 3123 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5180 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5181 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5232 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5233 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
|