Home
last modified time | relevance | path

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

/Linux-v5.10/net/tls/
Dtls_device.c751 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) in tls_device_rx_resync_new_rec() argument
788 if (sock_data > rcd_len) { in tls_device_rx_resync_new_rec()
790 rcd_len); in tls_device_rx_resync_new_rec()
795 seq += rcd_len; in tls_device_rx_resync_new_rec()
/Linux-v5.10/drivers/acpi/apei/
Derst.c978 size_t rcd_len = sizeof(*rcd) + erst_info.bufsize; in erst_reader() local
983 rcd = kmalloc(rcd_len, GFP_KERNEL); in erst_reader()
999 len = erst_read(record_id, &rcd->hdr, rcd_len); in erst_reader()
/Linux-v5.10/include/net/
Dtls.h714 void tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq);
746 tls_device_rx_resync_new_rec(struct sock *sk, u32 rcd_len, u32 seq) {} in tls_device_rx_resync_new_rec() argument