Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c1896 tcp_process_ace_field(struct tcpcb *tp, uint32_t pkts_acked, uint64_t old_sceb, uint8_t ace) in tcp_process_ace_field() argument
1906 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() local
1984 uint32_t delta = tcp_process_ace_field(tp, pkts_acked, old_sceb, ace); in tcp_process_accecn()