Home
last modified time | relevance | path

Searched refs:TCPHDR_CWR (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h48 #define TCPHDR_CWR 0x80 macro
/linux/include/net/
H A Dtcp_ecn.h581 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()
H A Dtcp.h1017 #define TCPHDR_CWR BIT(7) macro
1021 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)
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_mac.c338 TCPHDR_CWR | in fbnic_mac_init_txb()
340 FIELD_PREP(FBNIC_TCE_LSO_CTRL_TCPF_CLR_END, TCPHDR_CWR)); in fbnic_mac_init_txb()
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c829 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()
/linux/net/ipv4/
H A Dtcp_ipv4.c2028 (TCPHDR_ECE | TCPHDR_CWR | TCPHDR_AE)) ||