This function appends the contents of a single mbuf to an sglist
rather than an entire mbuf chain.
Sponsored by: Netflix
Differential D30135
sglist: Add sglist_append_single_mbuf(). jhb on May 5 2021, 9:30 PM. Authored by Tags None Referenced Files
Subscribers
Details
This function appends the contents of a single mbuf to an sglist Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions I kind of wish "sglist_append_mbuf" was the "single" version and there was a separate name for the "append a mbuf chain" variant, but that ship has sailed I think. |