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

Function sbcreatecontrol

freebsd/kern/uipc_sockbuf.c:1765–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1763}
1764
1765struct mbuf *
1766sbcreatecontrol(caddr_t p, int size, int type, int level)
1767{
1768
1769 return (sbcreatecontrol_how(p, size, type, level, M_NOWAIT));
1770}
1771
1772/*
1773 * This does the same for socket buffers that sotoxsocket does for sockets:

Callers 10

udp_appendFunction · 0.85
ip_savecontrolFunction · 0.85
ip6_savecontrol_v4Function · 0.85
ip6_savecontrolFunction · 0.85
ip6_notify_pmtuFunction · 0.85
udp6_appendFunction · 0.85
unp_externalizeFunction · 0.85
unp_internalizeFunction · 0.85
unp_addsockcredFunction · 0.85

Calls 1

sbcreatecontrol_howFunction · 0.85

Tested by

no test coverage detected