Searched refs:SO_INCOMING_CPU (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | so_incoming_cpu.c | 119 ret = setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, sizeof(int)); in set_so_incoming_cpu() 221 ret = getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, &len); in verify_incoming_cpu()
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 80 #define SO_INCOMING_CPU 49 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 96 #define SO_INCOMING_CPU 49 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 77 #define SO_INCOMING_CPU 0x402A macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 80 #define SO_INCOMING_CPU 49 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 73 #define SO_INCOMING_CPU 0x0033 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 85 #define SO_INCOMING_CPU 49 macro
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_input_xfrm.py | 21 return sock.getsockopt(socket.SOL_SOCKET, socket.SO_INCOMING_CPU) 71 if not hasattr(socket, "SO_INCOMING_CPU"): 72 raise KsftSkipEx("socket.SO_INCOMING_CPU was added in Python 3.11")
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 111 case SO_INCOMING_CPU: in mptcp_sol_socket_sync_intval() 144 mptcp_sol_socket_sync_intval(msk, SO_INCOMING_CPU, val); in mptcp_so_incoming_cpu() 192 case SO_INCOMING_CPU: in mptcp_setsockopt_sol_socket_int() 329 case SO_INCOMING_CPU: in mptcp_setsockopt_sol_socket()
|
| /linux/net/core/ |
| H A D | sock.c | 1581 case SO_INCOMING_CPU: in sk_setsockopt() 2081 case SO_INCOMING_CPU: in sk_getsockopt()
|