Home
last modified time | relevance | path

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

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