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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_ecn.h14 INET_ECN_CE = 3, enumerator in enum:__anon18365
20 return (dsfield & INET_ECN_MASK) == INET_ECN_CE;
64 * INET_ECN_CE => 00
77 iph->tos |= INET_ECN_CE;
98 *(__be32*)iph |= htonl(INET_ECN_CE << 20);

Completed in 19 milliseconds