TH_CWR
if (tcp->th_flags & TH_CWR) {
if (f & TH_CWR)
#define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)