Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_prague.c41 static void tcp_prague_process_ecn(struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked,
486 tcp_prague_process_ecn(struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, in tcp_prague_process_ecn() argument
520 if (tp->t_ccstate->prague_bytes_acked > new_bytes_marked) { in tcp_prague_process_ecn()
521 tp->t_ccstate->prague_bytes_acked -= new_bytes_marked; in tcp_prague_process_ecn()
H A Dtcp_cc.h220 …void (*process_ecn) (struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, uint32_t pack…