opnsense-src/sys/mips/nlm
John Baldwin 58d69f4ecf crypto: Add a new type of crypto buffer for a single mbuf.
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

(cherry picked from commit 883a0196b6)
2021-10-21 08:51:26 -07:00
..
dev crypto: Add a new type of crypto buffer for a single mbuf. 2021-10-21 08:51:26 -07:00
hal mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
board.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
board.h
board_cpld.c
board_eeprom.c
bus_space_rmi.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
bus_space_rmi_pci.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
clock.h
cms.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
files.xlp Use a GCC-compatile compiler flag in files.xlp 2020-03-22 22:18:06 +00:00
interrupt.h
intr_machdep.c MFC: mips: fix early kernel panic when setting up interrupt counters 2021-02-02 21:06:37 -08:00
mpreset.S
msgring.h
std.xlp
tick.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
uart_cpu_xlp.c
usb_init.c mips: clean up empty lines in .c and .h files 2020-09-01 21:21:19 +00:00
xlp.h
xlp_machdep.c Avoid dump_avail[] redefinition. 2020-10-14 22:51:40 +00:00
xlp_pci.c
xlp_simplebus.c