Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h44 struct sysctl_fib_multipath_hash_seed { struct
289 struct sysctl_fib_multipath_hash_seed sysctl_fib_multipath_hash_seed; member
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c483 struct sysctl_fib_multipath_hash_seed new = { in proc_fib_multipath_hash_set_seed()
489 WRITE_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed.user_seed, new.user_seed); in proc_fib_multipath_hash_set_seed()
490 WRITE_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed.mp_seed, new.mp_seed); in proc_fib_multipath_hash_set_seed()
497 struct sysctl_fib_multipath_hash_seed *mphs; in proc_fib_multipath_hash_seed()
503 mphs = &net->ipv4.sysctl_fib_multipath_hash_seed; in proc_fib_multipath_hash_seed()
/linux/include/net/
H A Dip_fib.h561 mp_seed = READ_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed.mp_seed); in fib_multipath_hash_from_keys()