Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Droute.c624 struct fib_nh_exception __rcu **fnhe_p, **oldest_p; in fnhe_remove_oldest() local
627 for (fnhe_p = &hash->chain; ; fnhe_p = &fnhe->fnhe_next) { in fnhe_remove_oldest()
628 fnhe = rcu_dereference_protected(*fnhe_p, in fnhe_remove_oldest()
635 oldest_p = fnhe_p; in fnhe_remove_oldest()
1375 struct fib_nh_exception *fnhe, __rcu **fnhe_p; in ip_del_fnhe() local
1384 fnhe_p = &hash->chain; in ip_del_fnhe()
1385 fnhe = rcu_dereference_protected(*fnhe_p, lockdep_is_held(&fnhe_lock)); in ip_del_fnhe()
1388 rcu_assign_pointer(*fnhe_p, rcu_dereference_protected( in ip_del_fnhe()
1398 fnhe_p = &fnhe->fnhe_next; in ip_del_fnhe()