Home
last modified time | relevance | path

Searched refs:TCPHDR_ECE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Dtcp.h692 #define TCPHDR_ECE 0x40 macro
/linux-4.1.27/net/ipv4/
Dtcp_output.c324 TCP_SKB_CB(skb)->tcp_flags &= ~TCPHDR_ECE; in tcp_ecn_send_synack()
346 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ECE | TCPHDR_CWR; in tcp_ecn_send_syn()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_tcp.c795 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()