Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dsocket.h74 #define SO_BUSY_POLL 46 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h79 #define SO_BUSY_POLL 46 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h67 #define SO_BUSY_POLL 0x0030 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h90 #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/net/mptcp/
H A Dsockopt.c358 case SO_BUSY_POLL: in mptcp_setsockopt_sol_socket()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.c139 if (setsockopt(xsk_socket__fd(xsk->xsk), SOL_SOCKET, SO_BUSY_POLL, in enable_busy_poll()