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

  /src/sys/dev/
kttcp.c 254 SBLASTMBUFCHK(&so->so_rcv,
463 SBLASTMBUFCHK(&so->so_rcv, "kttcp_soreceive 1");
517 SBLASTMBUFCHK(&so->so_rcv, "kttcp_soreceive 2");
578 SBLASTMBUFCHK(&so->so_rcv,
637 SBLASTMBUFCHK(&so->so_rcv,
670 SBLASTMBUFCHK(&so->so_rcv, "kttcp_soreceive 4");
  /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__);
uipc_socket.c 1281 SBLASTMBUFCHK(&so->so_rcv, "soreceive sbwait 1");
1317 SBLASTMBUFCHK(&so->so_rcv, "soreceive 1");
1447 SBLASTMBUFCHK(&so->so_rcv, "soreceive 2");
1488 SBLASTMBUFCHK(&so->so_rcv, "soreceive uiomove");
1550 SBLASTMBUFCHK(&so->so_rcv, "soreceive 3");
1613 SBLASTMBUFCHK(&so->so_rcv, "soreceive sbwait 2");
1650 SBLASTMBUFCHK(&so->so_rcv, "soreceive 4");
  /src/sys/net/
if_gre.c 605 SBLASTMBUFCHK(&so->so_rcv, "soreceive 1");
653 SBLASTMBUFCHK(&so->so_rcv, "soreceive 2");
698 SBLASTMBUFCHK(&so->so_rcv, "soreceive 3");
729 SBLASTMBUFCHK(&so->so_rcv, "soreceive 4");

Completed in 16 milliseconds