Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddst.h55 #define DST_NOCACHE 0x0010 macro
324 if (dst->flags & DST_NOCACHE) in dst_hold_safe()
/linux-4.1.27/net/core/
Ddst.c285 unsigned short nocache = dst->flags & DST_NOCACHE; in dst_release()
/linux-4.1.27/net/ipv4/
Droute.c1296 if (!(rt->dst.flags & DST_NOCACHE)) { in rt_bind_exception()
1411 else if (!(rt->dst.flags & DST_NOCACHE)) in rt_set_nexthop()
1419 rt->dst.flags |= DST_NOCACHE; in rt_set_nexthop()
1439 (will_cache ? 0 : (DST_HOST | DST_NOCACHE)) | in rt_dst_alloc()
1845 rth->dst.flags |= DST_NOCACHE; in ip_route_input_slow()
Dudp.c2006 if (dst->flags & DST_NOCACHE) { in udp_v4_early_demux()
/linux-4.1.27/net/xfrm/
Dxfrm_policy.c2231 xdst->u.dst.flags |= DST_NOCACHE; in xfrm_lookup()