Searched refs:data_rcvd (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/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 | 3179 if (TCP_USE_RLEDBAT(tp, so) && tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 3180 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5453 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5454 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input() 5505 tcp_cc_rledbat.data_rcvd != NULL) { in tcp_input() 5506 tcp_cc_rledbat.data_rcvd(tp, th, &to, tlen); in tcp_input()
|