Home
last modified time | relevance | path

Searched refs:SO_PREFER_BUSY_POLL (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dxskxceiver.h29 #ifndef SO_PREFER_BUSY_POLL
30 #define SO_PREFER_BUSY_POLL 69 macro
H A Dxskxceiver.c245 if (setsockopt(xsk_socket__fd(xsk->xsk), SOL_SOCKET, SO_PREFER_BUSY_POLL, in enable_busy_poll()
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dsocket.h119 #define SO_PREFER_BUSY_POLL 0x4043 macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dsocket.h120 #define SO_PREFER_BUSY_POLL 0x0048 macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dsocket.h138 #define SO_PREFER_BUSY_POLL 69 macro
/linux-6.15/include/uapi/asm-generic/
H A Dsocket.h122 #define SO_PREFER_BUSY_POLL 69 macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dsocket.h127 #define SO_PREFER_BUSY_POLL 69 macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dsocket.h122 #define SO_PREFER_BUSY_POLL 69 macro
/linux-6.15/Documentation/networking/
H A Dnapi.rst250 completely suspend IRQs. It is used in combination with SO_PREFER_BUSY_POLL,
321 permanently masked. This mode is enabled by using the ``SO_PREFER_BUSY_POLL``
/linux-6.15/net/mptcp/
H A Dsockopt.c349 case SO_PREFER_BUSY_POLL: in mptcp_setsockopt_sol_socket()
/linux-6.15/net/core/
H A Dsock.c1243 case SO_PREFER_BUSY_POLL: in sk_setsockopt()
2020 case SO_PREFER_BUSY_POLL: in sk_getsockopt()