Home
last modified time | relevance | path

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

/linux/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/tools/include/uapi/asm-generic/
H A Dsocket.h122 #define SO_PREFER_BUSY_POLL 69 macro
/linux/Documentation/networking/
H A Dnapi.rst219 completely suspend IRQs. It is used in combination with SO_PREFER_BUSY_POLL,
290 permanently masked. This mode is enabled by using the ``SO_PREFER_BUSY_POLL``
/linux/net/mptcp/
H A Dsockopt.c349 case SO_PREFER_BUSY_POLL: in mptcp_setsockopt_sol_socket()
/linux/net/core/
H A Dsock.c1228 case SO_PREFER_BUSY_POLL: in sk_setsockopt()
2005 case SO_PREFER_BUSY_POLL: in sk_getsockopt()