Searched refs:so_error (Results 1 – 4 of 4) sorted by relevance
156 u_short so_error; /* (f) error affecting connection */ member366 u_short so_error; member412 !TAILQ_EMPTY(&(so)->so_comp) || (so)->so_error)420 (so)->so_error)742 !TAILQ_EMPTY(&(so)->so_comp) || (so)->so_error)751 (so)->so_error)758 (so)->so_error)
1688 while (TAILQ_EMPTY(&head->so_comp) && head->so_error == 0) { in user_accept()1690 head->so_error = ECONNABORTED; in user_accept()1706 if (head->so_error) { in user_accept()1707 error = head->so_error; in user_accept()1708 head->so_error = 0; in user_accept()1964 so->so_error = 0; in soconnect()2013 while ((so->so_state & SS_ISCONNECTING) && so->so_error == 0) {2034 error = so->so_error;2035 so->so_error = 0;
2804 stcb->sctp_socket->so_error = ECONNREFUSED; in sctp_notify_assoc_change()2807 stcb->sctp_socket->so_error = ECONNRESET; in sctp_notify_assoc_change()2813 stcb->sctp_socket->so_error = ETIMEDOUT; in sctp_notify_assoc_change()2816 stcb->sctp_socket->so_error = ECONNABORTED; in sctp_notify_assoc_change()5822 if (so->so_error) {5823 error = so->so_error;5825 so->so_error = 0;5869 if (so->so_error) {5870 error = so->so_error;5872 so->so_error = 0;
13582 if (error || so->so_error || be.error) {13584 if (so->so_error)13585 error = so->so_error;13950 if (error || so->so_error || be.error) {13952 if (so->so_error)13953 error = so->so_error;