Searched refs:data_rcvd (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/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 | 3127 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 3128 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5185 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5186 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5237 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5238 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
|