Home
last modified time | relevance | path

Searched refs:SO_INCOMING_NAPI_ID (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/sparc/include/uapi/asm/
Dsocket.h87 #define SO_INCOMING_NAPI_ID 0x003a macro
/linux-6.15/arch/mips/include/uapi/asm/
Dsocket.h110 #define SO_INCOMING_NAPI_ID 56 macro
/linux-6.15/include/uapi/asm-generic/
Dsocket.h94 #define SO_INCOMING_NAPI_ID 56 macro
/linux-6.15/tools/include/uapi/asm-generic/
Dsocket.h94 #define SO_INCOMING_NAPI_ID 56 macro
/linux-6.15/arch/parisc/include/uapi/asm/
Dsocket.h91 #define SO_INCOMING_NAPI_ID 0x4031 macro
/linux-6.15/arch/alpha/include/uapi/asm/
Dsocket.h99 #define SO_INCOMING_NAPI_ID 56 macro
/linux-6.15/Documentation/networking/
Dnapi.rst184 be beneficial to userspace programs using ``SO_INCOMING_NAPI_ID``. See the
193 are only visible to the user thru the ``SO_INCOMING_NAPI_ID`` socket option.
276 the NAPI ID of the incoming connection using SO_INCOMING_NAPI_ID and then
/linux-6.15/net/core/
Dsock.c2055 case SO_INCOMING_NAPI_ID: in sk_getsockopt()