Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsockbuf.h76 #define sbcheck(sb) _sbcheck(sb)
135 void _sbcheck (struct sockbuf *sb);
/dragonfly/sys/kern/
H A Duipc_sockbuf.c126 _sbcheck(struct sockbuf *sb) in _sbcheck() function