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

Function sbappendcontrol

freebsd/kern/uipc_sockbuf.c:1274–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274void
1275sbappendcontrol(struct sockbuf *sb, struct mbuf *m0, struct mbuf *control,
1276 int flags)
1277{
1278
1279 SOCKBUF_LOCK(sb);
1280 sbappendcontrol_locked(sb, m0, control, flags);
1281 SOCKBUF_UNLOCK(sb);
1282}
1283
1284/*
1285 * Append the data in mbuf chain (m) into the socket buffer sb following mbuf

Callers

nothing calls this directly

Calls 1

sbappendcontrol_lockedFunction · 0.85

Tested by

no test coverage detected