Searched refs:SOF_OVERFLOW (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h241 #define SOF_OVERFLOW 0x200 /* socket was dropped as overflow of listen queue */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c352 ((istimewait && (so->so_flags & SOF_OVERFLOW)) ||
H A Dtcp_subr.c1126 if (rt != NULL && (so->so_flags & SOF_OVERFLOW) && tcp_lq_overflow) {
H A Dtcp_input.c4760 so->so_flags |= SOF_OVERFLOW;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c947 if (sp->so_flags & SOF_OVERFLOW)

Completed in 44 milliseconds