Searched refs:new_bytes_marked (Results 1 – 2 of 2) sorted by relevance
41 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() argument520 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()
220 …void (*process_ecn) (struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, uint32_t pack…