mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
This is intended for use in KTLS transmit where each TLS record is described by a single mbuf that is itself queued in the socket buffer. Using the existing CRYPTO_BUF_MBUF would result in bus_dmamap_load_crp() walking additional mbufs in the socket buffer that are not relevant, but generating a S/G list that potentially exceeds the limit of the tag (while also wasting CPU cycles). Reviewed by: markj Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D30136 |
||
|---|---|---|
| .. | ||
| dev | ||
| hal | ||
| board.c | ||
| board.h | ||
| board_cpld.c | ||
| board_eeprom.c | ||
| bus_space_rmi.c | ||
| bus_space_rmi_pci.c | ||
| clock.h | ||
| cms.c | ||
| files.xlp | ||
| interrupt.h | ||
| intr_machdep.c | ||
| mpreset.S | ||
| msgring.h | ||
| std.xlp | ||
| tick.c | ||
| uart_cpu_xlp.c | ||
| usb_init.c | ||
| xlp.h | ||
| xlp_machdep.c | ||
| xlp_pci.c | ||
| xlp_simplebus.c | ||