Home
last modified time | relevance | path

Searched refs:SO_TYPE (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/include/uapi/asm/
H A Dsocket.h35 #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 Dsocket.h13 #define SO_TYPE 3 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h28 #define SO_TYPE 0x1008 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h13 #define SO_TYPE 3 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h33 #define SO_TYPE 0x1008 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h26 #define SO_TYPE 0x1008 macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h428 if (getsockopt(sock_fd, SOL_SOCKET, SO_TYPE, &type, &opt_len)) in socket_kind_to_str()
H A Dsockmap_listen.c506 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c342 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd_opts()
/linux/net/core/
H A Dsock.c1227 case SO_TYPE: in sk_setsockopt()
1785 case SO_TYPE: in sk_getsockopt()