diff options
author | Yousuk Seung <ysseung@google.com> | 2020-06-26 21:05:35 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-27 17:41:27 -0700 |
commit | 082d4fa980b07b1cc602305e9cc0815d19663ed3 (patch) | |
tree | 16c54d9e84a2926282290deabc3995c67a32202b /net/core/dev_ioctl.c | |
parent | f00394ce6054e54319aefa51e4c495f9ebeb8669 (diff) |
tcp: update delivered_ce with delivered
Currently tp->delivered is updated in various places in tcp_ack() but
tp->delivered_ce is updated once at the end. As a result two counts in
OPT_STATS of SCM_TSTAMP_ACK timestamps generated in tcp_ack() may not be
in sync. This patch updates both counts at the same in tcp_ack().
Signed-off-by: Yousuk Seung <ysseung@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions