Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dsocketvar.h306 void sblastrecordchk(struct sockbuf *, const char *);
307 #define SBLASTRECORDCHK(sb, where) sblastrecordchk((sb), (where))
/mirbsd/src/sys/kern/
Duipc_socket2.c464 sblastrecordchk(struct sockbuf *sb, const char *where) in sblastrecordchk() function