Home
last modified time | relevance | path

Searched refs:received_ecn_bytes (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dtcp_ecn.h300 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()
/linux/include/linux/
H A Dtcp.h313 u32 received_ecn_bytes[3]; /* received byte counters for three ECN member
/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst105 u32[3] received_ecn_bytes read_mostly read_write
/linux/net/ipv4/
H A Dtcp.c4391 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()
H A Dtcp_output.c698 tp->received_ecn_bytes; in tcp_options_write()