Home
last modified time | relevance | path

Searched refs:SO_ERROR (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_tcp_info_tcp-info-sndbuf-limited.pkt14 +0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
H A Dtcp_tcp_info_tcp-info-rwnd-limited.pkt18 +0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
H A Dtcp_timestamping_tcp_tx_timestamp_bug.pkt22 +0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
H A Dtcp_timestamping_client-only-last-byte.pkt17 +0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
H A Dtcp_timestamping_partial.pkt16 +0 getsockopt(3, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h37 #define SO_ERROR 0x1007 /* get error status and clear */ macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h32 #define SO_ERROR 0x1007 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h27 #define SO_ERROR 0x1007 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h14 #define SO_ERROR 4 macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h287 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) in poll_connect()
/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c310 if (getsockopt(sk[i], SOL_SOCKET, SO_ERROR, &err, &slen)) in test_client_active_rst()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c60 if (getsockopt(sk, SOL_SOCKET, SO_ERROR, &ret, &slen)) in __test_wait_fd()
/linux/tools/testing/selftests/net/
H A Dnettest.c1690 if (getsockopt(sd, SOL_SOCKET, SO_ERROR, &val, (socklen_t *)&sz) < 0) { in wait_for_connect()
/linux/net/core/
H A Dsock.c1230 case SO_ERROR: in sk_setsockopt()
1797 case SO_ERROR: in sk_getsockopt()