Searched refs:sbappend (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c506 * The routines sbappend() or sbappendrecord() are normally called to append
509 * added. sbappendrecord() differs from sbappend() in that data supplied is
514 * the new data begins a new record. Note that unlike sbappend() and
641 sbappend(struct sockbuf *sb, struct mbuf *m, int flags) function
650 * This version of sbappend() should only be used when the caller absolutely
674 * This version of sbappend() should only be used when the caller absolutely
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c975 sbappend(&pcb->so->so_snd, m, flags);
2399 sbappend(&pcb->so->so_rcv, m0, 0);
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h139 void sbappend(struct sockbuf *sb, struct mbuf *m, int flags);

Completed in 223 milliseconds