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)
2100 flags |= TH_AE; in tcp_output()2102 flags &= ~TH_AE; in tcp_output()2166 tp->t_prev_ace_flags = TH_AE; in tcp_output()2171 tp->t_prev_ace_flags = (TH_AE | TH_CWR); in tcp_output()2289 flags &= ~(TH_AE | TH_CWR | TH_ECE); in tcp_output()2297 flags |= TH_AE; in tcp_output()2300 flags |= (TH_AE | TH_CWR); in tcp_output()2795 th->th_x2 = (flags & (TH_AE)) >> 8; in tcp_output()
3825 case (TH_AE | 0 | 0): in tcp_input()3833 case (TH_AE | TH_CWR | 0): in tcp_input()4730 case (TH_AE | 0 | 0): in tcp_input()4737 case (TH_AE | TH_CWR | 0): in tcp_input()
5249 if (th->th_x2 & (TH_AE >> 8)) { in tcp_get_ace()