Searched refs:TCPHDR_CWR (Results 1 – 6 of 6) sorted by relevance
48 #define TCPHDR_CWR 0x80 macro
581 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_CWR; in tcp_ecn_send_synack()623 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ECE | TCPHDR_CWR; in tcp_ecn_send_syn()
1017 #define TCPHDR_CWR BIT(7) macro1021 TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)1025 #define TCPHDR_ACE (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)1026 #define TCPHDR_SYN_ECN (TCPHDR_SYN | TCPHDR_ECE | TCPHDR_CWR)1027 #define TCPHDR_SYNACK_ACCECN (TCPHDR_SYN | TCPHDR_ACK | TCPHDR_CWR)
338 TCPHDR_CWR | in fbnic_mac_init_txb()340 FIELD_PREP(FBNIC_TCE_LSO_CTRL_TCPF_CLR_END, TCPHDR_CWR)); in fbnic_mac_init_txb()
829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
2028 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||