Symbol: INET_ECN_ECT_0
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
422
else if (outer_ecn == INET_ECN_ECT_1 && inner_ecn == INET_ECN_ECT_0)
include/net/inet_ecn.h
121
if ((iph->tos & INET_ECN_MASK) != INET_ECN_ECT_0)
include/net/inet_ecn.h
168
if ((ipv6_get_dsfield(iph) & INET_ECN_MASK) != INET_ECN_ECT_0)
include/net/inet_ecn.h
271
case INET_ECN_ECT_0:
include/net/inet_ecn.h
35
return dsfield & INET_ECN_ECT_0;
include/net/inet_ecn.h
50
INET_ECN_ECT_0;
include/net/inet_ecn.h
57
__u8 ect = use_ect_1 ? INET_ECN_ECT_1 : INET_ECN_ECT_0;
include/net/inet_ecn.h
88
(label) |= htonl(INET_ECN_ECT_0 << 20); \
include/net/tcp_ecn.h
105
INET_ECN_ECT_0, /* 0b000 (Undefined) */
include/net/tcp_ecn.h
109
INET_ECN_ECT_0, /* 0b100 (ECT-0 is received) */
include/net/tcp_ecn.h
213
case INET_ECN_ECT_0:
include/net/tcp_ecn.h
231
case INET_ECN_ECT_0:
include/net/tcp_ecn.h
246
{ INET_ECN_ECT_0, INET_ECN_CE, INET_ECN_ECT_1 },
include/net/tcp_ecn.h
248
{ INET_ECN_ECT_1, INET_ECN_CE, INET_ECN_ECT_0 }
include/net/tcp_ecn.h
385
BUILD_BUG_ON(INET_ECN_ECT_0 != 0x2);
include/net/tcp_ecn.h
389
counter_array[INET_ECN_ECT_0 - 1] = 0;
include/net/tcp_ecn.h
420
th->ae = !!(ect & INET_ECN_ECT_0);
include/net/tcp_ecn.h
421
th->cwr = ect != INET_ECN_ECT_0;
net/ipv4/ip_input.c
504
BUILD_BUG_ON(IPSTATS_MIB_ECT0PKTS != IPSTATS_MIB_NOECTPKTS + INET_ECN_ECT_0);
net/ipv4/tcp.c
4249
const u8 ect0_idx = INET_ECN_ECT_0 - 1;
net/ipv4/tcp_ipv4.c
1213
tos |= INET_ECN_ECT_0;
net/ipv4/tcp_output.c
699
const u8 ect0_idx = INET_ECN_ECT_0 - 1;
net/ipv6/tcp_ipv6.c
563
tclass |= INET_ECN_ECT_0;
net/sctp/ipv6.c
828
inet6_sk(sk)->tclass |= INET_ECN_ECT_0;