Searched refs:rcd_len (Results 1 – 3 of 3) sorted by relevance
750 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) in tls_device_rx_resync_new_rec() argument789 if (sock_data > rcd_len) { in tls_device_rx_resync_new_rec()791 rcd_len); in tls_device_rx_resync_new_rec()796 seq += rcd_len; in tls_device_rx_resync_new_rec()
978 size_t rcd_len = sizeof(*rcd) + erst_info.bufsize; in erst_reader() local983 rcd = kmalloc(rcd_len, GFP_KERNEL); in erst_reader()999 len = erst_read(record_id, &rcd->hdr, rcd_len); in erst_reader()
717 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq);749 tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) {} in tls_device_rx_resync_new_rec() argument