Searched refs:rt6i_exception_bucket (Results 1 – 2 of 2) sorted by relevance
1679 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_get_excptn_bucket() 1682 bucket = rcu_dereference(nh->rt6i_exception_bucket); in fib6_nh_get_excptn_bucket() 1709 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_excptn_bucket_set_flushed() 1715 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in fib6_nh_excptn_bucket_set_flushed() 1732 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in rt6_insert_exception() 1741 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in rt6_insert_exception() 1906 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_remove_exception() 2119 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_exceptions_clean_tohost() 2195 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_age_exceptions() 3731 rcu_assign_pointer(fib6_nh->rt6i_exception_bucket, NUL in fib6_nh_release() [all...]
155 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; member