Searched refs:SO_ERROR (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/mips/include/uapi/asm/
H A Dsocket.h37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/linux-master/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsocket.h32 #define SO_ERROR 0x1007 macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h198 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0)
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c311 if (getsockopt(sk[i], SOL_SOCKET, SO_ERROR, &err, &slen))
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c65 if (getsockopt(sk, SOL_SOCKET, SO_ERROR, &ret, &slen))
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1690 if (getsockopt(sd, SOL_SOCKET, SO_ERROR, &val, (socklen_t *)&sz) < 0) {
1691 log_err_errno("getsockopt(SO_ERROR) failed");
/linux-master/net/core/
H A Dsock.c67 * Alan Cox : SO_ERROR includes soft errors.
71 * Michael Pall : SO_ERROR returns positive errno again
1139 case SO_ERROR:
1665 case SO_ERROR:
3692 * this means if you specify SO_ERROR (otherwise whats the point of it).

Completed in 206 milliseconds