Searched refs:data_rcvd (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/bsd/netinet/ |
| H A D | tcp_cc.h | 251 void (*data_rcvd) (struct tcpcb *tp, struct tcphdr *th, member
|
| H A D | tcp_rledbat.c | 54 .data_rcvd = tcp_rledbat_data_rcvd,
|
| H A D | tcp_input.c | 3180 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 3181 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5454 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5455 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5506 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5507 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
|