Searched refs:SOF_CLOSEWAIT (Results 1 – 3 of 3) sorted by relevance
230 #define SOF_CLOSEWAIT 0x00000010 /* blocked in close awaiting some events */ macro
695 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
1252 so->so_flags |= SOF_CLOSEWAIT; in soclose_wait_locked()1257 so->so_flags &= ~SOF_CLOSEWAIT; in soclose_wait_locked()