Searched refs:rt_uncached (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/core/
H A Ddst.c70 INIT_LIST_HEAD(&dst->rt_uncached);
/linux-master/include/net/
H A Ddst.h90 struct list_head rt_uncached; member in struct:dst_entry
H A Dip6_route.h102 !list_empty(&rt->dst.rt_uncached))
/linux-master/net/ipv6/
H A Droute.c145 list_add_tail(&rt->dst.rt_uncached, &ul->head);
151 if (!list_empty(&rt->dst.rt_uncached)) {
155 list_del_init(&rt->dst.rt_uncached);
172 list_for_each_entry_safe(rt, safe, &ul->head, dst.rt_uncached) {
191 list_move(&rt->dst.rt_uncached,
2652 if (list_empty(&rt6->dst.rt_uncached) && !dst_hold_safe(dst)) {
2762 unlikely(!list_empty(&rt->dst.rt_uncached))))
6498 INIT_LIST_HEAD(&net->ipv6.ip6_null_entry->dst.rt_uncached);
6510 INIT_LIST_HEAD(&net->ipv6.ip6_prohibit_entry->dst.rt_uncached);
6520 INIT_LIST_HEAD(&net->ipv6.ip6_blk_hole_entry->dst.rt_uncached);
[all...]
/linux-master/net/ipv4/
H A Droute.c1514 list_add_tail(&rt->dst.rt_uncached, &ul->head);
1520 if (!list_empty(&rt->dst.rt_uncached)) {
1524 list_del_init(&rt->dst.rt_uncached);
1549 list_for_each_entry_safe(rt, safe, &ul->head, dst.rt_uncached) {
1555 list_move(&rt->dst.rt_uncached, &ul->quarantine);

Completed in 305 milliseconds