Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h254 void sblastmbufchk(struct sockbuf *, const char *, int);
257 #define SBLASTMBUFCHK(sb) sblastmbufchk((sb), __FILE__, __LINE__)
/f-stack/freebsd/sys/
H A Dsockbuf.h254 void sblastmbufchk(struct sockbuf *, const char *, int);
257 #define SBLASTMBUFCHK(sb) sblastmbufchk((sb), __FILE__, __LINE__)
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c808 sblastmbufchk(struct sockbuf *sb, const char *file, int line) in sblastmbufchk() function