Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c1441 struct rt6_exception *rt6_ex) in rt6_remove_exception() argument
1446 if (!bucket || !rt6_ex) in rt6_remove_exception()
1449 net = dev_net(rt6_ex->rt6i->dst.dev); in rt6_remove_exception()
1455 from = xchg((__force struct fib6_info **)&rt6_ex->rt6i->from, NULL); in rt6_remove_exception()
1457 dst_dev_put(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1459 hlist_del_rcu(&rt6_ex->hlist); in rt6_remove_exception()
1460 dst_release(&rt6_ex->rt6i->dst); in rt6_remove_exception()
1461 kfree_rcu(rt6_ex, rcu); in rt6_remove_exception()
1471 struct rt6_exception *rt6_ex, *oldest = NULL; in rt6_exception_remove_oldest() local
1476 hlist_for_each_entry(rt6_ex, &bucket->chain, hlist) { in rt6_exception_remove_oldest()
[all …]