Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsockbuf.h309 void sblastrecordchk(struct sockbuf *, const char *, int);
312 #define SBLASTRECORDCHK(sb) sblastrecordchk((sb), __FILE__, __LINE__)
/freebsd/sys/kern/
H A Duipc_sockbuf.c819 sblastrecordchk(struct sockbuf *sb, const char *file, int line) in sblastrecordchk() function