Lines Matching refs:so_error
911 head->so_error == 0) {
919 if (head->so_error) {
920 error = head->so_error;
921 head->so_error = 0;
1028 so->so_error = ECONNABORTED;
1231 so->so_error = 0;
1313 if (so->so_error) {
1314 error = so->so_error;
1315 so->so_error = 0;
1485 if (so->so_error) {
1486 error = so->so_error;
1487 so->so_error = 0;
1773 if (so->so_error) {
1776 error = so->so_error;
1778 so->so_error = 0;
2085 if (so->so_error ||
2219 if (so->so_error) {
2224 error = so->so_error;
2226 so->so_error = 0;
2419 if (so->so_error) {
2420 error = so->so_error;
2421 so->so_error = 0;
2600 so->so_error = ECONNABORTED;
3044 optval = so->so_error;
3045 so->so_error = 0;
3301 else if ((events & POLLINIGNEOF) == 0 && so->so_error)
3579 if (so->so_error) {
3581 kn->kn_fflags = so->so_error;
3592 kn->kn_fflags = so->so_error;
3594 } else if (so->so_error) /* temporary udp error */
3637 kn->kn_fflags = so->so_error;
3639 } else if (so->so_error) /* temporary udp error */
4028 xso->so_error = so->so_error;
4091 return (so->so_error);
4098 so->so_error = val;