Searched refs:TH_AE (Results 1 – 3 of 3) sorted by relevance
148 switch (thflags & (TH_AE | TH_CWR | TH_ECE)) { in tcp_ecn_input_syn_sent()164 case (TH_AE|0|0): in tcp_ecn_input_syn_sent()180 case (TH_AE|TH_CWR|0): in tcp_ecn_input_syn_sent()248 switch (thflags & (TH_AE | TH_CWR | TH_ECE)) { in tcp_ecn_input_parallel_syn()259 case (TH_AE|TH_CWR|TH_ECE): in tcp_ecn_input_parallel_syn()391 thflags = TH_ECE|TH_CWR|TH_AE; in tcp_ecn_output_syn_sent()393 thflags = TH_ECE|TH_CWR|TH_AE; in tcp_ecn_output_syn_sent()509 switch (thflags & (TH_AE|TH_CWR|TH_ECE)) { in tcp_ecn_syncache_add()518 case (TH_AE|TH_CWR|TH_ECE): in tcp_ecn_syncache_add()582 thflags |= (TH_AE | 0 | 0); in tcp_ecn_syncache_respond()[all …]
70 #define TH_AE 0x100 /* maps into th_x2 */ macro
99 #pragma D binding "1.6.3" TH_AE100 inline uint16_t TH_AE = 0x100; variable335 flags & TH_AE ? "AE" :