tcp: more struct tcp_sock adjustments
authorEric Dumazet <edumazet@google.com>
Fri, 5 Apr 2024 10:29:26 +0000 (10:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2024 10:49:02 +0000 (11:49 +0100)
commitd2c3a7eb1afada8cfb5fde41489913ea5733a319
tree104b119bf4e6065b73709b5f4dc81a8756a364e2
parent7c7be68346b9e30e343526bfac939efadc183e96
tcp: more struct tcp_sock adjustments

tp->recvmsg_inq is used from tcp recvmsg() thus should
be in tcp_sock_read_rx group.

tp->tcp_clock_cache and tp->tcp_mstamp are written
both in rx and tx paths, thus are better placed
in tcp_sock_write_txrx group.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
net/ipv4/tcp.c