Searched refs:SO_NETNS_COOKIE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | so_netns_cookie.c | 13 #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 D | netns_cookie.c | 7 #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 D | socket.h | 123 #define SO_NETNS_COOKIE 0x0050 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | socket.h | 122 #define SO_NETNS_COOKIE 0x4045 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | socket.h | 130 #define SO_NETNS_COOKIE 71 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | socket.h | 141 #define SO_NETNS_COOKIE 71 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | socket.h | 125 #define SO_NETNS_COOKIE 71 macro
|
/openbmc/linux/net/core/ |
H A D | sock.c | 1988 case SO_NETNS_COOKIE: in sk_getsockopt()
|