Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h241 #define SOF_OVERFLOW 0x00000200 /* socket was dropped as overflow of macro
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c695 ((istimewait && (so->so_flags & SOF_OVERFLOW)) || in tcp_garbage_collect()
H A Dtcp_subr.c1922 if (rt != NULL && (so->so_flags & SOF_OVERFLOW)) { in tcp_close()
H A Dtcp_input.c7541 so->so_flags |= SOF_OVERFLOW; in tcp_dropdropablreq()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c1181 if (sp->so_flags & SOF_OVERFLOW) { in soclose_locked()