Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip_fib.h98 struct fnhe_hash_bucket __rcu *nh_exceptions; member
/Linux-v4.19/net/ipv4/
Droute.c650 hash = rcu_dereference(nh->nh_exceptions); in update_or_create_fnhe()
655 rcu_assign_pointer(nh->nh_exceptions, hash); in update_or_create_fnhe()
1298 hash = rcu_dereference_protected(nh->nh_exceptions, in ip_del_fnhe()
1322 struct fnhe_hash_bucket *hash = rcu_dereference(nh->nh_exceptions); in find_exception()
Dfib_semantics.c165 hash = rcu_dereference_protected(nh->nh_exceptions, 1); in free_nh_exceptions()
1488 bucket = rcu_dereference_protected(nh->nh_exceptions, 1); in nh_update_mtu()