chtls: fix tp->rcv_tstamp initialization
authorEric Dumazet <edumazet@google.com>
Fri, 20 Oct 2023 12:57:36 +0000 (12:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Oct 2023 08:35:00 +0000 (09:35 +0100)
commit225d9ddbacb102621af6d28ff7bf5a0b4ce249d8
tree03b9a187555ea7acf31619a0aaa5e6bedfd0ea53
parent35c1b273206346c4178928b1121675dc143e61d2
chtls: fix tp->rcv_tstamp initialization

tp->rcv_tstamp should be set to tcp_jiffies, not tcp_time_stamp().

Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ayush Sawal <ayush.sawal@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c