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

/linux-master/arch/mips/include/uapi/asm/
H A Dsocket.h96 #define SO_INCOMING_CPU 49 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsocket.h85 #define SO_INCOMING_CPU 49 macro
/linux-master/include/uapi/asm-generic/
H A Dsocket.h80 #define SO_INCOMING_CPU 49 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dsocket.h80 #define SO_INCOMING_CPU 49 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsocket.h77 #define SO_INCOMING_CPU 0x402A macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dsocket.h73 #define SO_INCOMING_CPU 0x0033 macro
/linux-master/tools/testing/selftests/net/
H A Dso_incoming_cpu.c119 ret = setsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, sizeof(int));
146 * this test at connect() if SO_INCOMING_CPU is broken.
217 /* If we see -EAGAIN here, SO_INCOMING_CPU is broken */
221 ret = getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU, &cpu, &len);
231 TH_LOG("SO_INCOMING_CPU is very likely to be "
/linux-master/net/mptcp/
H A Dsockopt.c111 case SO_INCOMING_CPU:
144 mptcp_sol_socket_sync_intval(msk, SO_INCOMING_CPU, val);
194 case SO_INCOMING_CPU:
331 case SO_INCOMING_CPU:
/linux-master/net/core/
H A Dsock.c1454 case SO_INCOMING_CPU:
1921 case SO_INCOMING_CPU:

Completed in 229 milliseconds