Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_usrreq.c445 if (sb_notify(&so2->so_snd)) { in uipc_rcvd()
469 if (sb_notify(&so2->so_snd)) { in uipc_rcvd()
575 if (sb_notify(&so2->so_rcv)) { in uipc_send()
677 if (sb_notify(&so2->so_rcv)) { in uipc_send()
H A Duipc_socket2.c2285 sb_notify(struct sockbuf *sb) in sb_notify() function
2673 if (sb_notify(&so->so_rcv)) { in sorwakeup()
2681 if (sb_notify(&so->so_snd)) { in sowwakeup()
/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h868 extern int sb_notify(struct sockbuf *sb);