Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddst.c304 unsigned short nocache = dst->flags & DST_NOCACHE; in dst_release()
376 DST_METADATA | DST_NOCACHE | DST_NOCOUNT); in __metadata_dst_init()
/linux-4.4.14/include/net/
Ddst.h55 #define DST_NOCACHE 0x0010 macro
334 if (dst->flags & DST_NOCACHE) in dst_hold_safe()
Dip6_fib.h171 (unlikely(rt->dst.flags & DST_NOCACHE) && rt->dst.from)) in rt6_get_cookie()
/linux-4.4.14/net/ipv6/
Dip6_fib.c952 if (WARN_ON_ONCE((rt->dst.flags & DST_NOCACHE) && in fib6_add()
1048 rt->dst.flags &= ~DST_NOCACHE; in fib6_add()
1073 if (!(rt->dst.flags & DST_NOCACHE)) in fib6_add()
1085 if (!(rt->dst.flags & DST_NOCACHE)) in fib6_add()
Droute.c122 rt->dst.flags |= DST_NOCACHE; in rt6_uncached_list_add()
1284 (unlikely(dst->flags & DST_NOCACHE) && rt->dst.from)) in ip6_dst_check()
2033 rt->dst.flags & DST_NOCACHE) { in __ip6_del_rt()
2522 rt->dst.flags |= DST_NOCACHE; in addrconf_dst_alloc()
/linux-4.4.14/net/ipv4/
Droute.c1301 if (!(rt->dst.flags & DST_NOCACHE)) { in rt_bind_exception()
1417 else if (!(rt->dst.flags & DST_NOCACHE)) in rt_set_nexthop()
1425 rt->dst.flags |= DST_NOCACHE; in rt_set_nexthop()
1448 (will_cache ? 0 : (DST_HOST | DST_NOCACHE)) | in rt_dst_alloc()
1915 rth->dst.flags |= DST_NOCACHE; in ip_route_input_slow()
Dudp.c2021 if (dst->flags & DST_NOCACHE) { in udp_v4_early_demux()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c2250 xdst->u.dst.flags |= DST_NOCACHE; in xfrm_lookup()