Searched refs:SO_TYPE (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro 36 #define SO_STYLE SO_TYPE /* Synonym */
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 13 #define SO_TYPE 3 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 28 #define SO_TYPE 0x1008 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 13 #define SO_TYPE 3 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 33 #define SO_TYPE 0x1008 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 26 #define SO_TYPE 0x1008 macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 428 if (getsockopt(sock_fd, SOL_SOCKET, SO_TYPE, &type, &opt_len)) in socket_kind_to_str()
|
| H A D | sockmap_listen.c | 506 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.c | 342 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd_opts()
|
| /linux/net/core/ |
| H A D | sock.c | 1227 case SO_TYPE: in sk_setsockopt() 1785 case SO_TYPE: in sk_getsockopt()
|