Searched refs:SOF_ABORTED (Results 1 – 3 of 3) sorted by relevance
240 #define SOF_ABORTED 0x00000100 /* soabort was already called once */ macro
1379 if ((so->so_flags & SOF_ABORTED) == 0) { in soabort()1380 so->so_flags |= SOF_ABORTED; in soabort()
1860 if ((so->so_flags & SOF_ABORTED) != 0) { in in_pcbconnect()