HomeFreeBSD

Add support for ext_pgs mbufs to nfsm_build().

Description

Add support for ext_pgs mbufs to nfsm_build().

This is the first of a series of commits that add support to the NFS client
and server for building RPC messages in ext_pgs mbufs with anonymous pages.
This is useful so that the entire mbuf list does not need to be
copied before calling sosend() when NFS over TLS is enabled.

Since ND_EXTPG is never set yet, there is no semantic change at this time.

Details

Provenance
rmacklemAuthored on
Parents
rS362902: Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.
Branches
Unknown
Tags
Unknown