Home
last modified time | relevance | path

Searched refs:SO_BUSY_POLL (Results 1 – 12 of 12) sorted by relevance

/linux/arch/mips/include/uapi/asm/
H A Dsocket.h90 #define SO_BUSY_POLL 46 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h67 #define SO_BUSY_POLL 0x0030 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h79 #define SO_BUSY_POLL 46 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h74 #define SO_BUSY_POLL 46 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h71 #define SO_BUSY_POLL 0x4027 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h74 #define SO_BUSY_POLL 46 macro
/linux/Documentation/translations/zh_CN/networking/
H A Dnapi.rst220 通过在选定套接字上设置 ``SO_BUSY_POLL`` 或使用全局 ``net.core.busy_poll`` 和 ``net.core.busy_read``
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst186 This sets the default value of the SO_BUSY_POLL socket option.
187 Can be set or overridden per socket by setting socket option SO_BUSY_POLL,
202 Note that only sockets with SO_BUSY_POLL set will be busy polled,
203 so you want to either selectively set SO_BUSY_POLL on those sockets or set
/linux/net/mptcp/
H A Dsockopt.c348 case SO_BUSY_POLL: in mptcp_setsockopt_sol_socket()
/linux/Documentation/networking/
H A Dnapi.rst263 Busy polling is enabled by either setting ``SO_BUSY_POLL`` on
/linux/net/core/
H A Dsock.c1233 case SO_BUSY_POLL: in sk_setsockopt()
2061 case SO_BUSY_POLL: in sk_getsockopt()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c145 if (setsockopt(xsk_socket__fd(xsk->xsk), SOL_SOCKET, SO_BUSY_POLL, in enable_busy_poll()