Searched refs:data_rcvd (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.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 | 3175 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 3176 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5449 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5450 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5501 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5502 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
|