Searched refs:TH_CWR (Results 1 – 3 of 3) sorted by relevance
92 #define TH_CWR 0x80 macro93 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
955 flags |= TH_ECE|TH_CWR; in tcp_output()957 flags |= TH_ECE|TH_CWR; in tcp_output()993 flags |= TH_CWR; in tcp_output()
340 if (th->th_flags & TH_CWR) in cc_ecnpkt_handler()884 if (/*sc->sc_flags & SCF_ECN*/(th->th_flags & (TH_ECE|TH_CWR)) && V_tcp_do_ecn) in tcp_input()1010 if (thflags & TH_CWR) in tcp_do_segment()