Searched refs:old_sceb (Results 1 – 1 of 1) sorted by relevance
1896 tcp_process_ace_field(struct tcpcb *tp, uint32_t pkts_acked, uint64_t old_sceb, uint8_t ace) in tcp_process_ace_field() argument1906 uint64_t d_ceb = tp->t_aecn.t_snd_ce_bytes - old_sceb; in tcp_process_ace_field()1982 uint64_t old_sceb = tp->t_aecn.t_snd_ce_bytes; in tcp_process_accecn() local1984 uint32_t delta = tcp_process_ace_field(tp, pkts_acked, old_sceb, ace); in tcp_process_accecn()