Searched refs:so_notify_disconnected (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.h | 220 extern void so_notify_disconnected(struct sonode *, boolean_t, int);
|
H A D | socknotify.c | 124 so_notify_disconnected(struct sonode *so, boolean_t connfailed, int error) in so_notify_disconnected() function
|
H A D | sockcommon_sops.c | 1068 so_notify_disconnected(so, connect_failed, error); in so_disconnected()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1160 so_notify_disconnected(so, B_FALSE, error); in sosdp_close() 1268 so_notify_disconnected(so, B_FALSE, error); in sdp_sock_disconnected()
|