Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c497 u32 delivered_pkts, u32 delivered_bytes, in __tcp_accecn_process() argument
515 if (delivered_pkts) { in __tcp_accecn_process()
517 ewma = delivered_pkts << PKTS_ACKED_PREC; in __tcp_accecn_process()
521 (delivered_pkts << PKTS_ACKED_PREC)) >> in __tcp_accecn_process()
529 if (delivered_pkts <= TCP_ACCECN_CEP_ACE_MASK) in __tcp_accecn_process()
542 if (delivered_pkts <= TCP_ACCECN_CEP_ACE_MASK) in __tcp_accecn_process()
545 safe_delta = delivered_pkts - in __tcp_accecn_process()
546 ((delivered_pkts - delta) & TCP_ACCECN_CEP_ACE_MASK); in __tcp_accecn_process()
553 if ((delivered_pkts >= (TCP_ACCECN_CEP_ACE_MASK + 1) * 2) && in __tcp_accecn_process()
563 delivered_pkts, in __tcp_accecn_process()
582 tcp_accecn_process(struct sock * sk,const struct sk_buff * skb,u32 delivered_pkts,u32 delivered_bytes,int * flag) tcp_accecn_process() argument
[all...]