| 1763 | } |
| 1764 | |
| 1765 | struct mbuf * |
| 1766 | sbcreatecontrol(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: |
no test coverage detected