Home
last modified time | relevance | path

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

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