Searched refs:ect0_idx (Results 1 – 2 of 2) sorted by relevance
4249 const u8 ect0_idx = INET_ECN_ECT_0 - 1; in tcp_get_info() local4389 info->tcpi_delivered_e0_bytes = tp->delivered_ecn_bytes[ect0_idx]; in tcp_get_info()4392 info->tcpi_received_e0_bytes = tp->received_ecn_bytes[ect0_idx]; in tcp_get_info()
699 const u8 ect0_idx = INET_ECN_ECT_0 - 1; in tcp_options_write() 707 e0b = ecn_bytes[ect0_idx] + TCP_ACCECN_E0B_INIT_OFFSET; in tcp_options_write() 677 const u8 ect0_idx = INET_ECN_ECT_0 - 1; tcp_options_write() local