Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dtransport.c61 peer->last_time_ecne_reduced = jiffies; in sctp_transport_init()
713 if (time_after(jiffies, transport->last_time_ecne_reduced + in sctp_transport_lower_cwnd()
718 transport->last_time_ecne_reduced = jiffies; in sctp_transport_lower_cwnd()
/openbmc/linux/include/net/sctp/
H A Dstructs.h886 unsigned long last_time_ecne_reduced; member