Appends one mbuf chain to the end of another.
Item | Description |
---|---|
m | Specifies the mbuf chain to be appended to. |
n | Specifies the mbuf chain to append. |
The m_cat kernel service appends an mbuf chain specified by the n parameter to the end of mbuf chain specified by the m parameter. Where possible, compaction is performed.
The m_cat kernel service can be called from either the process or interrupt environment.
The m_cat service has no return values.