Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c1440 static void rt6_remove_exception(struct rt6_exception_bucket *bucket, in rt6_remove_exception()
1469 static void rt6_exception_remove_oldest(struct rt6_exception_bucket *bucket) in rt6_exception_remove_oldest()
1512 __rt6_find_exception_spinlock(struct rt6_exception_bucket **bucket, in __rt6_find_exception_spinlock()
1545 __rt6_find_exception_rcu(struct rt6_exception_bucket **bucket, in __rt6_find_exception_rcu()
1604 struct rt6_exception_bucket *fib6_nh_get_excptn_bucket(const struct fib6_nh *nh, in fib6_nh_get_excptn_bucket()
1607 struct rt6_exception_bucket *bucket; in fib6_nh_get_excptn_bucket()
1620 bucket = (struct rt6_exception_bucket *)p; in fib6_nh_get_excptn_bucket()
1626 static bool fib6_nh_excptn_bucket_flushed(struct rt6_exception_bucket *bucket) in fib6_nh_excptn_bucket_flushed()
1637 struct rt6_exception_bucket *bucket; in fib6_nh_excptn_bucket_set_flushed()
1645 bucket = (struct rt6_exception_bucket *)p; in fib6_nh_excptn_bucket_set_flushed()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h141 struct rt6_exception_bucket { struct
165 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; argument