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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c302 TCP_SKB_CB(skb)->flags &= ~TCPHDR_ECE;
312 TCP_SKB_CB(skb)->flags |= TCPHDR_ECE | TCPHDR_CWR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_tcp.c807 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h593 #define TCPHDR_ECE 0x40 macro

Completed in 77 milliseconds