Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip_fib.h92 struct fnhe_hash_bucket __rcu *nh_exceptions; member
/linux-4.1.27/net/ipv4/
Droute.c631 hash = rcu_dereference(nh->nh_exceptions); in update_or_create_fnhe()
636 rcu_assign_pointer(nh->nh_exceptions, hash); in update_or_create_fnhe()
1249 struct fnhe_hash_bucket *hash = rcu_dereference(nh->nh_exceptions); in find_exception()
1550 hash = rcu_dereference_protected(nh->nh_exceptions, in ip_del_fnhe()
Dfib_semantics.c163 hash = rcu_dereference_protected(nh->nh_exceptions, 1); in free_nh_exceptions()