Searched refs:SOF_INCOMP_INPROGRESS (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h252 #define SOF_INCOMP_INPROGRESS 0x40000 /* incomp socket still being processed */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c387 so->so_flags |= SOF_INCOMP_INPROGRESS;
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c2583 so->so_flags &= ~(SOF_INCOMP_INPROGRESS);
4721 (so->so_flags & SOF_INCOMP_INPROGRESS) == 0)

Completed in 91 milliseconds