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