Home
last modified time | relevance | path

Searched refs:rcd_len (Results 1 – 2 of 2) sorted by relevance

/net/tls/
Dtls.h230 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq);
252 tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) {} in tls_device_rx_resync_new_rec() argument
Dtls_device.c771 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) in tls_device_rx_resync_new_rec() argument
810 if (sock_data > rcd_len) { in tls_device_rx_resync_new_rec()
812 rcd_len); in tls_device_rx_resync_new_rec()
817 seq += rcd_len; in tls_device_rx_resync_new_rec()