Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h223 extern void so_notify_disconnected(struct sonode *, boolean_t, int);
H A Dsocknotify.c124 so_notify_disconnected(struct sonode *so, boolean_t connfailed, int error) in so_notify_disconnected() function
H A Dsockcommon_sops.c1036 so_notify_disconnected(so, connect_failed, error); in so_disconnected()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1157 so_notify_disconnected(so, B_FALSE, error); in sosdp_close()
1265 so_notify_disconnected(so, B_FALSE, error); in sdp_sock_disconnected()