MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sbappendrecord

Function sbappendrecord

freebsd/kern/uipc_sockbuf.c:1133–1140  ·  view source on GitHub ↗

* As above, except the mbuf chain begins a new record. */

Source from the content-addressed store, hash-verified

1131 * As above, except the mbuf chain begins a new record.
1132 */
1133void
1134sbappendrecord(struct sockbuf *sb, struct mbuf *m0)
1135{
1136
1137 SOCKBUF_LOCK(sb);
1138 sbappendrecord_locked(sb, m0);
1139 SOCKBUF_UNLOCK(sb);
1140}
1141
1142/* Helper routine that appends data, control, and address to a sockbuf. */
1143static int

Callers 4

ng_btsocket_sco_sendFunction · 0.85
ng_btsocket_l2cap_sendFunction · 0.85

Calls 1

sbappendrecord_lockedFunction · 0.85

Tested by

no test coverage detected