HomeSort by: relevance | last modified time | path
    Searched defs:sbappend (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
uipc_socket2.c 748 * The routines sbappend() or sbappendrecord() are normally called to
751 * of data to be added. sbappendrecord() differs from sbappend() in
757 * Note that unlike sbappend() and sbappendrecord(), these routines check
842 sbappend(struct sockbuf *sb, struct mbuf *m) function in typeref:typename:void
855 SBLASTRECORDCHK(sb, "sbappend 1");
877 SBLASTRECORDCHK(sb, "sbappend 2");
881 * This version of sbappend() should only be used when the caller
uipc_socket2.c 748 * The routines sbappend() or sbappendrecord() are normally called to
751 * of data to be added. sbappendrecord() differs from sbappend() in
757 * Note that unlike sbappend() and sbappendrecord(), these routines check
842 sbappend(struct sockbuf *sb, struct mbuf *m) function in typeref:typename:void
855 SBLASTRECORDCHK(sb, "sbappend 1");
877 SBLASTRECORDCHK(sb, "sbappend 2");
881 * This version of sbappend() should only be used when the caller
uipc_socket2.c 748 * The routines sbappend() or sbappendrecord() are normally called to
751 * of data to be added. sbappendrecord() differs from sbappend() in
757 * Note that unlike sbappend() and sbappendrecord(), these routines check
842 sbappend(struct sockbuf *sb, struct mbuf *m) function in typeref:typename:void
855 SBLASTRECORDCHK(sb, "sbappend 1");
877 SBLASTRECORDCHK(sb, "sbappend 2");
881 * This version of sbappend() should only be used when the caller

Completed in 33 milliseconds