Home
last modified time | relevance | path

Searched refs:SOF_SUSPENDED (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c793 so->so_flags |= SOF_SUSPENDED; in inpcb_count_opportunistic()
798 so->so_flags &= ~(SOF_SUSPENDED); in inpcb_count_opportunistic()
807 (so->so_flags & SOF_SUSPENDED) ? in inpcb_count_opportunistic()
H A Din_pcb.h759 ((_inp_)->inp_socket->so_flags & SOF_SUSPENDED)) ? true : false)
H A Din_pcb.c3656 so->so_flags &= ~(SOF_SUSPENDED); in inp_reset_fc_state()
3702 inp->inp_socket->so_flags |= SOF_SUSPENDED; in inp_set_fc_state()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h252 #define SOF_SUSPENDED 0x00020000 /* i/f output queue is suspended */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c6976 (so->so_flags & SOF_SUSPENDED)) { in filt_sockev_common()
6987 (so->so_flags & SOF_SUSPENDED) == 0) { in filt_sockev_common()