Searched refs:sbfree (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | sockbuf.h | 189 void sbfree(struct sockbuf *, struct mbuf *);
|
| /f-stack/freebsd/sys/ |
| H A D | sockbuf.h | 189 void sbfree(struct sockbuf *, struct mbuf *);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_sockbuf.c | 296 sbfree(struct sockbuf *sb, struct mbuf *m) in sbfree() function 1519 sbfree(sb, m); in sbcut_internal() 1544 sbfree(sb, m); in sbcut_internal() 1708 sbfree(sb, m); in sbdroprecord_locked()
|
| H A D | uipc_socket.c | 2044 sbfree(&so->so_rcv, m); 2096 sbfree(&so->so_rcv, m); 2235 sbfree(&so->so_rcv, m); 2538 sbfree(sb, m); 2712 sbfree(&so->so_rcv, m2);
|