Searched refs:TH_AE (Results 1 – 4 of 4) sorted by relevance
115 #define TH_AE 0x100 /* maps into th_x2 */ macro119 #define TH_ACE (TH_AE|TH_CWR|TH_ECE)
1991 flags |= TH_AE; in tcp_output()1993 flags &= ~TH_AE; in tcp_output()2057 tp->t_prev_ace_flags = TH_AE; in tcp_output()2062 tp->t_prev_ace_flags = (TH_AE | TH_CWR); in tcp_output()2175 flags &= ~(TH_AE | TH_CWR | TH_ECE); in tcp_output()2183 flags |= TH_AE; in tcp_output()2186 flags |= (TH_AE | TH_CWR); in tcp_output()2641 th->th_x2 = (flags & (TH_AE)) >> 8; in tcp_output()
3613 case (TH_AE | 0 | 0): in tcp_input()3621 case (TH_AE | TH_CWR | 0): in tcp_input()4501 case (TH_AE | 0 | 0): in tcp_input()4508 case (TH_AE | TH_CWR | 0): in tcp_input()
4461 if (th->th_x2 & (TH_AE >> 8)) { in tcp_get_ace()