<dec f='src/src/sys/sys/socketvar.h' l='265' type='void sbappend(struct sockbuf * , struct mbuf * )'/>
<def f='src/src/sys/kern/uipc_socket2.c' l='791' ll='828' type='void sbappend(struct sockbuf * sb, struct mbuf * m)'/>
<doc f='src/src/sys/kern/uipc_socket2.c' l='785'>/*
 * Append mbuf chain m to the last record in the
 * socket buffer sb.  The additional space associated
 * the mbuf chain is recorded in sb.  Empty mbufs are
 * discarded and mbufs are compacted where possible.
 */</doc>
<use f='src/src/sys/kern/uipc_usrreq.c' l='526' u='c' c='unp_send'/>
