Searched refs:rcd_len (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/tls/ |
A D | tls.h | 177 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq); 199 tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) {} in tls_device_rx_resync_new_rec() argument
|
A D | tls_device.c | 794 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) in tls_device_rx_resync_new_rec() argument 833 if (sock_data > rcd_len) { in tls_device_rx_resync_new_rec() 835 rcd_len); in tls_device_rx_resync_new_rec() 840 seq += rcd_len; in tls_device_rx_resync_new_rec()
|
/linux-6.3-rc2/drivers/acpi/apei/ |
A D | erst.c | 1042 size_t rcd_len = sizeof(*rcd) + erst_info.bufsize; in erst_reader() local 1047 rcd = kmalloc(rcd_len, GFP_KERNEL); in erst_reader() 1063 len = erst_read_record(record_id, &rcd->hdr, rcd_len, sizeof(*rcd), in erst_reader()
|
Completed in 17 milliseconds