Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_input.c2146 bool is_reneg; /* is receiver reneging on SACKs? */ in tcp_timeout_mark_lost() local
2149 is_reneg = head && (TCP_SKB_CB(head)->sacked & TCPCB_SACKED_ACKED); in tcp_timeout_mark_lost()
2150 if (is_reneg) { in tcp_timeout_mark_lost()
2161 if (is_reneg) in tcp_timeout_mark_lost()