Home
last modified time | relevance | path

Searched refs:new_bytes_marked (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_prague.c41 static void tcp_prague_process_ecn(struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked,
517 tcp_prague_process_ecn(struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, in tcp_prague_process_ecn() argument
551 if (tp->t_ccstate->prague_bytes_acked > new_bytes_marked) { in tcp_prague_process_ecn()
552 tp->t_ccstate->prague_bytes_acked -= new_bytes_marked; in tcp_prague_process_ecn()
H A Dtcp_cc.h219 …void (*process_ecn) (struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, uint32_t pack…