Home
last modified time | relevance | path

Searched refs:SO_NETNS_COOKIE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dso_netns_cookie.c13 #ifndef SO_NETNS_COOKIE
14 #define SO_NETNS_COOKIE 71 macro
35 if (getsockopt(sock1, SOL_SOCKET, SO_NETNS_COOKIE, &cookie1, &vallen) != 0) in main()
49 if (getsockopt(sock2, SOL_SOCKET, SO_NETNS_COOKIE, &cookie2, &vallen) != 0) in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnetns_cookie.c7 #ifndef SO_NETNS_COOKIE
8 #define SO_NETNS_COOKIE 71 macro
58 err = getsockopt(client_fd, SOL_SOCKET, SO_NETNS_COOKIE, in test_netns_cookie()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h123 #define SO_NETNS_COOKIE 0x0050 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h122 #define SO_NETNS_COOKIE 0x4045 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h130 #define SO_NETNS_COOKIE 71 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h141 #define SO_NETNS_COOKIE 71 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h125 #define SO_NETNS_COOKIE 71 macro
/openbmc/linux/net/core/
H A Dsock.c1988 case SO_NETNS_COOKIE: in sk_getsockopt()