Searched refs:TH_CWR (Results 1 – 9 of 9) sorted by relevance
114 #define TH_CWR 0x80 macro116 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)119 #define TH_ACE (TH_AE|TH_CWR|TH_ECE)
2053 flags |= TH_CWR; in tcp_output()2055 flags &= ~TH_CWR; in tcp_output()2113 tp->t_prev_ace_flags = TH_CWR; in tcp_output()2119 tp->t_prev_ace_flags = (TH_CWR | TH_ECE); in tcp_output()2129 tp->t_prev_ace_flags = (TH_AE | TH_CWR); in tcp_output()2217 flags |= (TH_ECE | TH_CWR); in tcp_output()2247 flags &= ~(TH_AE | TH_CWR | TH_ECE); in tcp_output()2249 flags |= TH_CWR; in tcp_output()2252 flags |= (TH_CWR | TH_ECE); in tcp_output()2258 flags |= (TH_AE | TH_CWR); in tcp_output()[all …]
1823 case (0 | TH_CWR | TH_ECE): in tcp_input_process_accecn_syn()2960 if (thflags & TH_CWR) { in tcp_input()3016 (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR))) { in tcp_input()3726 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE)) { in tcp_input()3766 case (0 | TH_CWR | 0): in tcp_input()3772 case (0 | TH_CWR | TH_ECE): in tcp_input()3788 case (TH_AE | TH_CWR | 0): in tcp_input()4667 case (0 | TH_CWR | 0): in tcp_input()4674 case (0 | TH_CWR | TH_ECE): in tcp_input()4684 case (TH_AE | TH_CWR | 0): in tcp_input()
5249 if (th->th_flags & TH_CWR) { in tcp_get_ace()
45 inline int TH_CWR = 0x80; variable46 #pragma D binding "1.0" TH_CWR
393 state->tcp->th_flags &= ~TH_CWR; in netif_gso_tcp_segment_mbuf()
3788 tcp->th_flags &= ~TH_CWR; in do_gso()3813 tcp->th_flags &= ~TH_CWR; in do_gso()
11036 state->tcp->th_flags &= ~TH_CWR;
2049 if (f & TH_CWR) { in pf_print_flags()