]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Extend m_apply() to support unmapped mbufs.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 25 May 2021 23:59:18 +0000 (16:59 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 25 May 2021 23:59:18 +0000 (16:59 -0700)
commit3c7a01d773ac2d128eabb596eed7098f76966cc5
treed6923f84498da22286213db3cbf3df75ce0581a6
parenta59f0285377aa3d61cccda64e9ade126ecb3d2d9
Extend m_apply() to support unmapped mbufs.

m_apply() invokes the callback function separately on each segment of
an unmapped mbuf: the TLS header, individual pages, and the TLS
trailer.

Reviewed by: markj
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30132
sys/kern/uipc_mbuf.c