Home
last modified time | relevance | path

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

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