Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dso_incoming_cpu.c119 ret = setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, sizeof(int)); in set_so_incoming_cpu()
146 * this test at connect() if SO_INCOMING_CPU is broken. in create_server()
217 /* If we see -EAGAIN here, SO_INCOMING_CPU is broken */ in verify_incoming_cpu()
221 ret = getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, &len); in verify_incoming_cpu()
231 TH_LOG("SO_INCOMING_CPU is very likely to be " in verify_incoming_cpu()
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h73 #define SO_INCOMING_CPU 0x0033 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h80 #define SO_INCOMING_CPU 49 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h80 #define SO_INCOMING_CPU 49 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h85 #define SO_INCOMING_CPU 49 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h77 #define SO_INCOMING_CPU 0x402A macro
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_input_xfrm.py21 return sock.getsockopt(socket.SOL_SOCKET, socket.SO_INCOMING_CPU)
37 if not hasattr(socket, "SO_INCOMING_CPU"):
38 raise KsftSkipEx("socket.SO_INCOMING_CPU was added in Python 3.11")
/linux/net/mptcp/
H A Dsockopt.c111 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 Dsock.c1575 case SO_INCOMING_CPU: in sk_setsockopt()
2075 case SO_INCOMING_CPU: in sk_getsockopt()