Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDsockbuf.h246 void sblastmbufchk(struct sockbuf *, const char *, int);
249 #define SBLASTMBUFCHK(sb) sblastmbufchk((sb), __FILE__, __LINE__)
/freebsd-11-stable/sys/kern/
HDuipc_sockbuf.c547 sblastmbufchk(struct sockbuf *sb, const char *file, int line) in sblastmbufchk() function