Searched refs:t_prev_ace_flags (Results 1 – 2 of 2) sorted by relevance
2155 tp->t_prev_ace_flags = TH_CWR; in tcp_output()2156 flags |= tp->t_prev_ace_flags; in tcp_output()2161 tp->t_prev_ace_flags = (TH_CWR | TH_ECE); in tcp_output()2162 flags |= tp->t_prev_ace_flags; in tcp_output()2166 tp->t_prev_ace_flags = TH_AE; in tcp_output()2167 flags |= tp->t_prev_ace_flags; in tcp_output()2171 tp->t_prev_ace_flags = (TH_AE | TH_CWR); in tcp_output()2172 flags |= tp->t_prev_ace_flags; in tcp_output()2181 if (tp->t_prev_ace_flags != 0) { in tcp_output()2183 flags |= tp->t_prev_ace_flags; in tcp_output()
576 …uint16_t t_prev_ace_flags; /* ACE flags that were sent in previous packet, used for retra… member