Searched refs:sbcheck (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c689 sbcheck(struct sockbuf *sb, const char *file, int line) function
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h247 void sbcheck(struct sockbuf *, const char *, int);
250 #define SBCHECK(sb) sbcheck((sb), __FILE__, __LINE__)

Completed in 109 milliseconds