Home
last modified time | relevance | path

Searched refs:ce_idx (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp.c4250 const u8 ce_idx = INET_ECN_CE - 1; in tcp_get_info() local
4390 info->tcpi_delivered_ce_bytes = tp->delivered_ecn_bytes[ce_idx]; in tcp_get_info()
4393 info->tcpi_received_ce_bytes = tp->received_ecn_bytes[ce_idx]; in tcp_get_info()
H A Dtcp_output.c701 const u8 ce_idx = INET_ECN_CE - 1; in tcp_options_write() local
709 ceb = ecn_bytes[ce_idx] + TCP_ACCECN_CEB_INIT_OFFSET; in tcp_options_write()