Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c625 struct fib_nh_exception __rcu **fnhe_p, **oldest_p; in fnhe_remove_oldest() local
628 for (fnhe_p = &hash->chain; ; fnhe_p = &fnhe->fnhe_next) { in fnhe_remove_oldest()
629 fnhe = rcu_dereference_protected(*fnhe_p, in fnhe_remove_oldest()
636 oldest_p = fnhe_p; in fnhe_remove_oldest()
1371 struct fib_nh_exception *fnhe, __rcu **fnhe_p; in ip_del_fnhe() local
1380 fnhe_p = &hash->chain; in ip_del_fnhe()
1381 fnhe = rcu_dereference_protected(*fnhe_p, lockdep_is_held(&fnhe_lock)); in ip_del_fnhe()
1384 rcu_assign_pointer(*fnhe_p, rcu_dereference_protected( in ip_del_fnhe()
1394 fnhe_p in ip_del_fnhe()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c595 struct fib_nh_exception __rcu **fnhe_p, **oldest_p; in fnhe_remove_oldest() local
598 for (fnhe_p = &hash->chain; ; fnhe_p = &fnhe->fnhe_next) { in fnhe_remove_oldest()
599 fnhe = rcu_dereference_protected(*fnhe_p, in fnhe_remove_oldest()
606 oldest_p = fnhe_p; in fnhe_remove_oldest()
1333 struct fib_nh_exception *fnhe, __rcu **fnhe_p; in ip_del_fnhe() local
1342 fnhe_p = &hash->chain; in ip_del_fnhe()
1343 fnhe = rcu_dereference_protected(*fnhe_p, lockdep_is_held(&fnhe_lock)); in ip_del_fnhe()
1346 rcu_assign_pointer(*fnhe_p, rcu_dereference_protected( in ip_del_fnhe()
1356 fnhe_p in ip_del_fnhe()
[all...]

Completed in 6 milliseconds