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

/linux-master/include/net/
H A Dip6_fib.h155 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; member in struct:fib6_nh
/linux-master/net/ipv6/
H A Droute.c1623 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket,
1626 bucket = rcu_dereference(nh->rt6i_exception_bucket);
1653 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket,
1659 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket);
1676 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket,
1685 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket);
1847 if (!rcu_access_pointer(nh->rt6i_exception_bucket))
2058 if (!rcu_access_pointer(nh->rt6i_exception_bucket))
2133 if (!rcu_access_pointer(nh->rt6i_exception_bucket))
3657 rcu_assign_pointer(fib6_nh->rt6i_exception_bucket, NUL
[all...]

Completed in 136 milliseconds