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)
2058 flags |= TH_AE; in tcp_output()2060 flags &= ~TH_AE; in tcp_output()2124 tp->t_prev_ace_flags = TH_AE; in tcp_output()2129 tp->t_prev_ace_flags = (TH_AE | TH_CWR); in tcp_output()2247 flags &= ~(TH_AE | TH_CWR | TH_ECE); in tcp_output()2255 flags |= TH_AE; in tcp_output()2258 flags |= (TH_AE | TH_CWR); in tcp_output()2743 th->th_x2 = (flags & (TH_AE)) >> 8; in tcp_output()
3780 case (TH_AE | 0 | 0): in tcp_input()3788 case (TH_AE | TH_CWR | 0): in tcp_input()4677 case (TH_AE | 0 | 0): in tcp_input()4684 case (TH_AE | TH_CWR | 0): in tcp_input()
5252 if (th->th_x2 & (TH_AE >> 8)) { in tcp_get_ace()