Home
last modified time | relevance | path

Searched refs:sbcheck (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h255 void sbcheck(struct sockbuf *, const char *, int);
258 #define SBCHECK(sb) sbcheck((sb), __FILE__, __LINE__)
/f-stack/freebsd/sys/
H A Dsockbuf.h255 void sbcheck(struct sockbuf *, const char *, int);
258 #define SBCHECK(sb) sbcheck((sb), __FILE__, __LINE__)
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c1009 sbcheck(struct sockbuf *sb, const char *file, int line) in sbcheck() function