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