Lines Matching refs:ev_hint
6889 struct socket *so, long ev_hint) in filt_sockev_common() argument
6895 if (ev_hint & SO_FILT_HINT_CONNRESET) { in filt_sockev_common()
6898 if (ev_hint & SO_FILT_HINT_TIMEOUT) { in filt_sockev_common()
6901 if (ev_hint & SO_FILT_HINT_NOSRCADDR) { in filt_sockev_common()
6904 if (ev_hint & SO_FILT_HINT_IFDENIED) { in filt_sockev_common()
6907 if (ev_hint & SO_FILT_HINT_KEEPALIVE) { in filt_sockev_common()
6910 if (ev_hint & SO_FILT_HINT_ADAPTIVE_WTIMO) { in filt_sockev_common()
6913 if (ev_hint & SO_FILT_HINT_ADAPTIVE_RTIMO) { in filt_sockev_common()
6916 if ((ev_hint & SO_FILT_HINT_CONNECTED) || in filt_sockev_common()
6921 if ((ev_hint & SO_FILT_HINT_DISCONNECTED) || in filt_sockev_common()
6926 if (ev_hint & SO_FILT_HINT_CONNINFO_UPDATED) { in filt_sockev_common()
6932 if ((ev_hint & SO_FILT_HINT_NOTIFY_ACK) || in filt_sockev_common()
6936 if (ev_hint & SO_FILT_HINT_WAKE_PKT) { in filt_sockev_common()
6954 if ((ev_hint & SO_FILT_HINT_SUSPEND) || in filt_sockev_common()
6965 if ((ev_hint & SO_FILT_HINT_RESUME) || in filt_sockev_common()
7062 long ev_hint = (hint & SO_FILT_HINT_EV); in filt_sockev() local
7069 ret = filt_sockev_common(kn, NULL, so, ev_hint); in filt_sockev()