Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h624 #define SO_FILT_HINT_RESUME 0x00000100 /* output queue resumed */ macro
651 SO_FILT_HINT_SUSPEND | SO_FILT_HINT_RESUME | \
/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c801 SO_FILT_HINT_RESUME)); in inpcb_count_opportunistic()
H A Din_pcb.c3657 soevent(so, (SO_FILT_HINT_LOCKED | SO_FILT_HINT_RESUME)); in inp_reset_fc_state()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c6986 if ((ev_hint & SO_FILT_HINT_RESUME) || in filt_sockev_common()