Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp_ecn.h294 tp->received_ce += pcount; in tcp_ecn_received_counters()
395 tp->received_ce = 0; in tcp_accecn_init_counters()
435 wire_ace = tp->received_ce + TCP_ACCECN_CEP_INIT_OFFSET; in tcp_accecn_set_ace()
530 tp->received_ce++; in tcp_ecn_rcv_synack()
540 tp->received_ce++; in tcp_ecn_rcv_synack()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_accecn_synack_ce.pkt1 // Test SYNACK CE & received_ce update
/linux/include/linux/
H A Dtcp.h312 u32 received_ce; /* Like the above but for rcvd CE marked pkts */ member
/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst104 u32 received_ce read_mostly read_write
/linux/net/ipv4/
H A Dtcp.c4387 info->tcpi_received_ce = tp->received_ce; in tcp_get_info()
5238 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_txrx, received_ce); in tcp_struct_check()