Home
last modified time | relevance | path

Searched refs:sblastmbufchk (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/sys/
Dsocketvar.h549 void sblastmbufchk(struct sockbuf *, const char *);
550 #define SBLASTMBUFCHK(sb, where) sblastmbufchk((sb), (where))
/netbsd/src/sys/kern/
Duipc_socket2.c791 sblastmbufchk(struct sockbuf *sb, const char *where) in sblastmbufchk() function