Lines Matching refs:so_error
1013 head->so_error == 0) {
1021 if (head->so_error) {
1022 error = head->so_error;
1023 head->so_error = 0;
1132 so->so_error = ECONNABORTED;
1334 so->so_error = 0;
1414 if (so->so_error) {
1415 error = so->so_error;
1416 so->so_error = 0;
1623 if (so->so_error) {
1624 error = so->so_error;
1625 so->so_error = 0;
1954 if (so->so_error || so->so_rerror) {
1957 if (so->so_error)
1958 error = so->so_error;
1962 if (so->so_error)
1963 so->so_error = 0;
2310 if (so->so_error || so->so_rerror ||
2466 if (so->so_error) {
2471 error = so->so_error;
2473 so->so_error = 0;
2665 if (so->so_error) {
2666 error = so->so_error;
2667 so->so_error = 0;
2846 so->so_error = ECONNABORTED;
3295 if (so->so_error) {
3296 optval = so->so_error;
3297 so->so_error = 0;
3557 else if ((events & POLLINIGNEOF) == 0 && so->so_error)
3839 if (so->so_error) {
3841 kn->kn_fflags = so->so_error;
3852 kn->kn_fflags = so->so_error;
3854 } else if (so->so_error || so->so_rerror)
3897 kn->kn_fflags = so->so_error;
3899 } else if (so->so_error) /* temporary udp error */
4324 xso->so_error = so->so_error;
4387 return (so->so_error);
4394 so->so_error = val;