John Baldwin 883a0196b6 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
2021-05-25 16:59:18 -07:00
..
2021-01-23 13:51:29 +00:00
2020-10-02 18:18:01 +00:00
2021-03-26 10:59:11 -04:00
2021-04-27 19:07:33 +02:00
2021-01-13 18:43:51 +01:00
2020-04-18 02:52:59 +00:00
2021-01-22 00:18:39 +01:00
2020-07-01 00:33:16 +00:00
2021-05-17 08:46:45 -05:00
2021-04-12 13:47:55 -06:00
2021-04-08 07:52:21 +00:00
2021-05-07 10:17:57 +03:00
2021-03-05 17:33:39 -08:00
2020-03-24 21:28:48 +00:00
2020-04-18 02:53:09 +00:00
2020-11-29 00:35:13 +00:00
2021-05-03 13:47:14 -04:00
2020-08-31 15:03:23 +00:00
2020-09-18 16:48:08 +00:00
2020-11-19 03:59:21 +00:00
2021-03-26 15:56:02 +00:00
2021-02-05 15:43:48 -03:00
2020-12-11 22:51:48 +00:00
2021-04-02 11:43:17 +03:00
2021-05-20 11:22:25 +02:00
2021-01-07 17:05:30 -07:00
2021-05-20 11:22:25 +02:00
2020-10-05 19:58:55 +00:00
2020-09-29 20:46:25 +00:00
2020-12-11 21:40:38 +00:00
2020-12-17 17:11:14 +00:00
2021-04-22 11:23:29 -06:00
2021-03-30 17:47:49 +02:00
2021-05-17 11:41:21 +02:00