Home
last modified time | relevance | path

Searched refs:SO_INCOMING_CPU (Results 1 – 10 of 10) 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()
221 ret = getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, &len); in verify_incoming_cpu()
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h80 #define SO_INCOMING_CPU 49 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h96 #define SO_INCOMING_CPU 49 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h77 #define SO_INCOMING_CPU 0x402A macro
/linux/include/uapi/asm-generic/
H A Dsocket.h80 #define SO_INCOMING_CPU 49 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h73 #define SO_INCOMING_CPU 0x0033 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h85 #define SO_INCOMING_CPU 49 macro
/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_input_xfrm.py21 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 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.c1581 case SO_INCOMING_CPU: in sk_setsockopt()
2081 case SO_INCOMING_CPU: in sk_getsockopt()