Symbol: INET_ECN_CE
drivers/infiniband/hw/mlx5/fs.c
849
INET_ECN_CE);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2499
if (outer_ecn_key != INET_ECN_CE)
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2502
if (inner_ecn_key != INET_ECN_CE) {
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
421
return INET_ECN_CE;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
582
for (i = INET_ECN_NOT_ECT; i <= INET_ECN_CE; i++) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
613
for (i = INET_ECN_NOT_ECT; i <= INET_ECN_CE; i++) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c
615
for (j = INET_ECN_NOT_ECT; j <= INET_ECN_CE; j++) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
1040
for (i = INET_ECN_NOT_ECT; i <= INET_ECN_CE; i++) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
1074
for (i = INET_ECN_NOT_ECT; i <= INET_ECN_CE; i++) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c
1078
for (j = INET_ECN_NOT_ECT; j <= INET_ECN_CE; j++) {
include/net/inet_ecn.h
115
iph->tos |= INET_ECN_CE;
include/net/inet_ecn.h
156
to = from | htonl(INET_ECN_CE << 20);
include/net/inet_ecn.h
25
return (dsfield & INET_ECN_MASK) == INET_ECN_CE;
include/net/inet_ecn.h
274
case INET_ECN_CE:
include/net/tcp_ecn.h
111
INET_ECN_CE, /* 0b110 (CE is received) */
include/net/tcp_ecn.h
128
if (snt == INET_ECN_CE)
include/net/tcp_ecn.h
182
if ((tcp_accecn_extract_syn_ect(ace) == INET_ECN_CE) &&
include/net/tcp_ecn.h
211
case INET_ECN_CE:
include/net/tcp_ecn.h
229
case INET_ECN_CE:
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
386
BUILD_BUG_ON(INET_ECN_CE != 0x3);
include/net/tcp_ecn.h
390
counter_array[INET_ECN_CE - 1] = 0;
net/ipv4/inet_fragment.c
90
[IPFRAG_ECN_CE | IPFRAG_ECN_ECT_0] = INET_ECN_CE,
net/ipv4/inet_fragment.c
91
[IPFRAG_ECN_CE | IPFRAG_ECN_ECT_1] = INET_ECN_CE,
net/ipv4/inet_fragment.c
92
[IPFRAG_ECN_CE | IPFRAG_ECN_ECT_0 | IPFRAG_ECN_ECT_1] = INET_ECN_CE,
net/ipv4/ip_input.c
505
BUILD_BUG_ON(IPSTATS_MIB_CEPKTS != IPSTATS_MIB_NOECTPKTS + INET_ECN_CE);
net/ipv4/tcp.c
4250
const u8 ce_idx = INET_ECN_CE - 1;
net/ipv4/tcp_input.c
360
case INET_ECN_CE:
net/ipv4/tcp_input.c
500
u32 old_ceb = tcp_sk(sk)->delivered_ecn_bytes[INET_ECN_CE - 1];
net/ipv4/tcp_input.c
549
d_ceb = tp->delivered_ecn_bytes[INET_ECN_CE - 1] - old_ceb;
net/ipv4/tcp_output.c
701
const u8 ce_idx = INET_ECN_CE - 1;