Searched refs:SOF_INCOMP_INPROGRESS (Results 1 – 3 of 3) sorted by relevance
247 #define SOF_INCOMP_INPROGRESS 0x00040000 /* incomp socket is being processed */ macro
3348 so->so_flags &= ~(SOF_INCOMP_INPROGRESS); in tcp_input()6591 !(so->so_flags & SOF_INCOMP_INPROGRESS)) { in tcp_dropdropablreq()
463 so->so_flags |= SOF_INCOMP_INPROGRESS; in sonewconn_internal()