Home
last modified time | relevance | path

Searched refs:SO_DOMAIN (Results 1 – 11 of 11) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dsocket.h59 #define SO_DOMAIN 39 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h46 #define SO_DOMAIN 0x1029 /* domain/socket family */ macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h30 #define SO_DOMAIN 0x1029 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h59 #define SO_DOMAIN 39 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h35 #define SO_DOMAIN 0x1029 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h38 #define SO_DOMAIN 0x1029 macro
/linux/tools/testing/selftests/net/
H A Dreuseport_dualstack.c150 if (getsockopt(test_fd, SOL_SOCKET, SO_DOMAIN, &test_family, &len)) in test()
H A Dip_local_port_range.c40 err = getsockopt(fd, SOL_SOCKET, SO_DOMAIN, &domain, &len); in get_so_domain()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h424 if (getsockopt(sock_fd, SOL_SOCKET, SO_DOMAIN, &domain, &opt_len)) in socket_kind_to_str()
H A Dsockmap_listen.c501 err = xgetsockopt(s, SOL_SOCKET, SO_DOMAIN, &family, &len); in connect_accept_thread()
/linux/net/core/
H A Dsock.c1229 case SO_DOMAIN: in sk_setsockopt()
1793 case SO_DOMAIN: in sk_getsockopt()