Home
last modified time | relevance | path

Searched refs:set_bytes_acked (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_cc.h222 void (*set_bytes_acked) (struct tcpcb *tp, uint32_t acked); member
H A Dtcp_prague.c63 .set_bytes_acked = tcp_prague_set_bytes_acked,
H A Dtcp_input.c2939 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
2940 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()