Home
last modified time | relevance | path

Searched refs:orig_buf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c872 char *orig_buf, *buf; in tls_device_reencrypt() local
874 orig_buf = kmalloc(rxm->full_len + TLS_HEADER_SIZE + in tls_device_reencrypt()
876 if (!orig_buf) in tls_device_reencrypt()
878 buf = orig_buf; in tls_device_reencrypt()
947 kfree(orig_buf); in tls_device_reencrypt()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c892 char *orig_buf, *buf; in tls_device_reencrypt() local
904 orig_buf = kmalloc(rxm->full_len + TLS_HEADER_SIZE + cipher_desc->iv, in tls_device_reencrypt()
906 if (!orig_buf) in tls_device_reencrypt()
908 buf = orig_buf; in tls_device_reencrypt()
977 kfree(orig_buf); in tls_device_reencrypt()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1758 u8 *orig_buf; in htc_proc_trailer() local
1763 orig_buf = buf; in htc_proc_trailer()
1798 "", orig_buf, orig_len); in htc_proc_trailer()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1758 u8 *orig_buf; in htc_proc_trailer() local
1763 orig_buf = buf; in htc_proc_trailer()
1798 "", orig_buf, orig_len); in htc_proc_trailer()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c9339 char *orig_buf = buf; in show_port_phy() local
9360 return buf - orig_buf; in show_port_phy()
9397 char *orig_buf = buf; in __show_chan_per_port() local
9410 return buf - orig_buf; in __show_chan_per_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dniu.c9363 char *orig_buf = buf; in show_port_phy() local
9384 return buf - orig_buf; in show_port_phy()
9421 char *orig_buf = buf; in __show_chan_per_port() local
9434 return buf - orig_buf; in __show_chan_per_port()

Completed in 39 milliseconds