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:

committed by
David S. Miller

parent
89fec474fa
commit
fe58a5a02c
@@ -608,6 +608,6 @@ int tls_sw_fallback_init(struct sock *sk,
|
||||
int tls_set_device_offload_rx(struct sock *sk, struct tls_context *ctx);
|
||||
|
||||
void tls_device_offload_cleanup_rx(struct sock *sk);
|
||||
void handle_device_resync(struct sock *sk, u32 seq);
|
||||
void tls_device_rx_resync_new_rec(struct sock *sk, u32 seq);
|
||||
|
||||
#endif /* _TLS_OFFLOAD_H */
|
||||
|
Reference in New Issue
Block a user