HomeSort by: relevance | last modified time | path
    Searched refs:sblastmbufchk (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
socketvar.h 541 * SBLASTMBUFCHK: check sb->sb_mbtail is maintained correctly.
549 void sblastmbufchk(struct sockbuf *, const char *);
550 #define SBLASTMBUFCHK(sb, where) sblastmbufchk((sb), (where))
554 #define SBLASTMBUFCHK(sb, where) /* nothing */
  /src/sys/kern/
uipc_socket2.c 791 sblastmbufchk(struct sockbuf *sb, const char *where) function in typeref:typename:void
805 printf("sblastmbufchk: sb_mb %p sb_mbtail %p last %p\n",
814 panic("sblastmbufchk from %s", where);
893 SBLASTMBUFCHK(sb, __func__);
1085 SBLASTMBUFCHK(sb, "sbappendaddr");
1202 SBLASTMBUFCHK(sb, "sbappendaddrchain");
1261 SBLASTMBUFCHK(sb, "sbappendcontrol");
1321 SBLASTMBUFCHK(sb, __func__);

Completed in 13 milliseconds