Home
last modified time | relevance | path

Searched refs:sysctl_fib_multipath_hash_seed (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/net/netns/
Dipv4.h44 struct sysctl_fib_multipath_hash_seed { struct
259 struct sysctl_fib_multipath_hash_seed sysctl_fib_multipath_hash_seed; member
/linux-6.12.1/net/ipv4/
Dsysctl_net_ipv4.c478 struct sysctl_fib_multipath_hash_seed new = { in proc_fib_multipath_hash_set_seed()
484 WRITE_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed, new); in proc_fib_multipath_hash_set_seed()
491 struct sysctl_fib_multipath_hash_seed *mphs; in proc_fib_multipath_hash_seed()
497 mphs = &net->ipv4.sysctl_fib_multipath_hash_seed; in proc_fib_multipath_hash_seed()
/linux-6.12.1/include/net/
Dip_fib.h547 mp_seed = READ_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed).mp_seed; in fib_multipath_hash_from_keys()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c11456 seed = READ_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed).user_seed; in mlxsw_sp_mp_hash_init()