Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cc.h223 void (*set_bytes_acked) (struct tcpcb *tp, uint32_t acked); member
H A Dtcp_prague.c62 .set_bytes_acked = tcp_prague_set_bytes_acked,
H A Dtcp_input.c3510 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
3511 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()