Searched refs:received_ecn_bytes (Results 1 – 5 of 5) sorted by relevance
300 u32 oldbytes = tp->received_ecn_bytes[ecnfield - 1]; in tcp_ecn_received_counters()303 tp->received_ecn_bytes[ecnfield - 1] += len; in tcp_ecn_received_counters()310 if ((tp->received_ecn_bytes[ecnfield - 1] ^ oldbytes) & in tcp_ecn_received_counters()397 __tcp_accecn_init_bytes_counters(tp->received_ecn_bytes); in tcp_accecn_init_counters()
313 u32 received_ecn_bytes[3]; /* received byte counters for three ECN member
105 u32[3] received_ecn_bytes read_mostly read_write
4391 info->tcpi_received_e1_bytes = tp->received_ecn_bytes[ect1_idx]; in tcp_get_info()4392 info->tcpi_received_e0_bytes = tp->received_ecn_bytes[ect0_idx]; in tcp_get_info()4393 info->tcpi_received_ce_bytes = tp->received_ecn_bytes[ce_idx]; in tcp_get_info()5239 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_txrx, received_ecn_bytes); in tcp_struct_check()
698 tp->received_ecn_bytes; in tcp_options_write()