Searched refs:so_notify_data (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h222 extern void so_notify_data(struct sonode *, size_t);
H A Dsocknotify.c194 so_notify_data(struct sonode *so, size_t qlen) function
H A Dsockcommon_sops.c1290 so_notify_data(so, msg_size);
1391 * so_notify_data will release the lock
1393 so_notify_data(so, so->so_rcv_queued);
H A Dsockcommon_subr.c1881 so_notify_data(so, so->so_rcv_queued);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1283 so_notify_data(so, 0);
H A Dsocksctp.c2159 /* so_notify_data drops so_lock */
2160 so_notify_data(so, len);

Completed in 57 milliseconds