Home
last modified time | relevance | path

Searched refs:sb_upcall (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h113 int (*sb_upcall)(struct socket *, void *, int); /* (a) */ member
/f-stack/freebsd/sys/
H A Dsockbuf.h113 int (*sb_upcall)(struct socket *, void *, int); /* (a) */ member
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c509 if (sb->sb_upcall != NULL) { in sowakeup()
510 ret = sb->sb_upcall(so, sb->sb_upcallarg, M_NOWAIT); in sowakeup()
H A Duipc_socket.c4131 sb->sb_upcall = func;
4154 KASSERT(sb->sb_upcall != NULL,
4156 sb->sb_upcall = NULL;