Searched refs:TH_CWR (Results 1 – 18 of 18) sorted by relevance
151 case (0|TH_CWR|0): in tcp_ecn_input_syn_sent()167 case (0|TH_CWR|TH_ECE): in tcp_ecn_input_syn_sent()175 case (TH_AE|TH_CWR|0): in tcp_ecn_input_syn_sent()229 if ((thflags & (TH_CWR | TH_ECE)) == (TH_CWR | TH_ECE)) { in tcp_ecn_input_parallel_syn()244 case (0|TH_CWR|TH_ECE): in tcp_ecn_input_parallel_syn()345 if (thflags & TH_CWR) { in tcp_ecn_input_segment()376 thflags = TH_ECE|TH_CWR; in tcp_ecn_output_syn_sent()427 *thflags |= TH_CWR; in tcp_ecn_output_established()445 *thflags |= TH_CWR; in tcp_ecn_output_established()514 case (0|TH_CWR|TH_ECE): in tcp_ecn_syncache_add()[all …]
72 #define TH_CWR 0x80 macro77 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
129 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH | TH_ECE | TH_CWR)) != 0) in tcp_lro_ack_valid()
532 if (flags & TH_CWR) in cc_ecnpkt_handler_flags()
18 #ifndef TH_CWR19 # define TH_CWR 0x80 macro24 TH_ECN, TH_CWR };
19 #ifndef TH_CWR20 # define TH_CWR 0x80 macro34 tcpf |= TH_CWR; in tcpflags()
40 tcpfm = 0xff & ~(TH_ECN|TH_CWR); in tcp_flags()
101 if (tcp->th_flags & TH_CWR) in printpacket()
29 TH_ACK, TH_URG, TH_ECN, TH_CWR };
62 #define TH_CWR 0x80 /* ECN Cwnd Reduced */ macro
112 { TH_CWR, "W" },
97 #pragma D binding "1.6.3" TH_CWR98 inline uint8_t TH_CWR = 0x80; variable332 flags & TH_CWR ? "CWR" :
707 TH_ECN|TH_CWR)1136 #ifndef TH_CWR1137 # define TH_CWR 0x80 macro1139 #define TH_ECNALL (TH_ECN|TH_CWR)
4029 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) { in ipf_tcp_age()4079 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) == in ipf_tcp_age()
484 if (tcp->th_flags & TH_CWR) { in virtio_net_tx_offload_tso()
2450 if (__predict_false(tcp->th_flags & TH_CWR)) { in vtnet_txq_offload_tso()
84 { TH_CWR, 'C' },
2699 if (f & TH_CWR) in pf_print_flags()