Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h253 void sblastrecordchk(struct sockbuf *, const char *, int);
256 #define SBLASTRECORDCHK(sb) sblastrecordchk((sb), __FILE__, __LINE__)
/f-stack/freebsd/sys/
H A Dsockbuf.h253 void sblastrecordchk(struct sockbuf *, const char *, int);
256 #define SBLASTRECORDCHK(sb) sblastrecordchk((sb), __FILE__, __LINE__)
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c788 sblastrecordchk(struct sockbuf *sb, const char *file, int line) in sblastrecordchk() function