Searched refs:sbappend_locked (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | sockbuf.h | 144 void sbappend_locked(struct sockbuf *sb, struct mbuf *m, int flags);
|
| /f-stack/freebsd/sys/ |
| H A D | sockbuf.h | 144 void sbappend_locked(struct sockbuf *sb, struct mbuf *m, int flags);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_sockbuf.c | 869 sbappend_locked(struct sockbuf *sb, struct mbuf *m, int flags) in sbappend_locked() function 924 sbappend_locked(sb, m, flags); in sbappend()
|
| H A D | uipc_usrreq.c | 1128 sbappend_locked(&so2->so_rcv, m, flags); in uipc_send()
|