Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip6_fib.h161 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; member
/openbmc/linux/net/ipv6/
H A Droute.c1617 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_get_excptn_bucket()
1620 bucket = rcu_dereference(nh->rt6i_exception_bucket); in fib6_nh_get_excptn_bucket()
1647 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_excptn_bucket_set_flushed()
1653 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in fib6_nh_excptn_bucket_set_flushed()
1670 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in rt6_insert_exception()
1679 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in rt6_insert_exception()
1841 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_remove_exception()
2052 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_exceptions_clean_tohost()
2127 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_age_exceptions()
3651 rcu_assign_pointer(fib6_nh->rt6i_exception_bucket, NULL); in fib6_nh_release()