Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/include/uapi/asm/
H A Dsocket.h128 #define SO_TXREHASH 0x4048 macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dsocket.h129 #define SO_TXREHASH 0x0053 macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dsocket.h147 #define SO_TXREHASH 74 macro
/linux-6.15/include/uapi/asm-generic/
H A Dsocket.h131 #define SO_TXREHASH 74 macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dsocket.h136 #define SO_TXREHASH 74 macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dsocket.h131 #define SO_TXREHASH 74 macro
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h27 #define SO_TXREHASH 74 macro
H A Dsetget_sockopt.c47 { .opt = SO_TXREHASH, .flip = 1, },
97 if (level == SOL_SOCKET && opt == SO_TXREHASH && old != 0 && old != 1) in bpf_test_sockopt_flip()
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dnet.rst399 Controls default hash rethink behaviour on socket when SO_TXREHASH option is set
/linux-6.15/net/core/
H A Dsock.c1278 case SO_TXREHASH: in sk_setsockopt()
2104 case SO_TXREHASH: in sk_getsockopt()
H A Dfilter.c5268 case SO_TXREHASH: in sol_socket_sockopt()