Searched refs:data_rcvd (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/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 | 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() 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()
|