Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Din_pcblist.c707 so->so_flags |= SOF_SUSPENDED; in inpcb_count_opportunistic()
712 so->so_flags &= ~(SOF_SUSPENDED); in inpcb_count_opportunistic()
721 (so->so_flags & SOF_SUSPENDED) ? in inpcb_count_opportunistic()
H A Din_pcb.h637 ((_inp_)->inp_socket->so_flags & SOF_SUSPENDED))
H A Din_pcb.c3374 so->so_flags &= ~(SOF_SUSPENDED); in inp_reset_fc_state()
3417 inp->inp_socket->so_flags |= SOF_SUSPENDED; in inp_set_fc_state()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h246 #define SOF_SUSPENDED 0x00020000 /* i/f output queue is suspended */ macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c7046 (so->so_flags & SOF_SUSPENDED)) { in filt_sockev_common()
7057 (so->so_flags & SOF_SUSPENDED) == 0) { in filt_sockev_common()