Searched refs:rcd_len (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/tls/ |
D | tls.h | 175 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq); 197 tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) {} in tls_device_rx_resync_new_rec() argument
|
D | tls_device.c | 792 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) in tls_device_rx_resync_new_rec() argument 831 if (sock_data > rcd_len) { in tls_device_rx_resync_new_rec() 833 rcd_len); in tls_device_rx_resync_new_rec() 838 seq += rcd_len; in tls_device_rx_resync_new_rec()
|
/linux-6.1.9/drivers/acpi/apei/ |
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()
|