mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
net/tls: rename handle_device_resync()
handle_device_resync() doesn't describe the function very well. The function checks if resync should be issued upon parsing of a new record. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Dirk van der Merwe <dirk.vandermerwe@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
89fec474fa
commit
fe58a5a02c
3 changed files with 4 additions and 3 deletions
|
@ -563,7 +563,7 @@ static void tls_device_resync_rx(struct tls_context *tls_ctx,
|
|||
clear_bit_unlock(TLS_RX_SYNC_RUNNING, &tls_ctx->flags);
|
||||
}
|
||||
|
||||
void handle_device_resync(struct sock *sk, u32 seq)
|
||||
void tls_device_rx_resync_new_rec(struct sock *sk, u32 seq)
|
||||
{
|
||||
struct tls_context *tls_ctx = tls_get_ctx(sk);
|
||||
struct tls_offload_context_rx *rx_ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue