Searched refs:process_ecn (Results 1 – 3 of 3) sorted by relevance
220 …void (*process_ecn) (struct tcpcb *tp, struct tcphdr *th, uint32_t new_bytes_marked, uint32_t pack… member
61 .process_ecn = tcp_prague_process_ecn,
2191 if (CC_ALGO(tp)->process_ecn != NULL) { in tcp_process_accecn()2192 CC_ALGO(tp)->process_ecn(tp, th, new_ce_bytes, tp->total_ect_packets_marked, in tcp_process_accecn()