Home
last modified time | relevance | path

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

/linux-2.6.39/net/core/
Ddst.c279 if (unlikely(dst->flags & DST_NOCACHE) && !newrefcnt) { in dst_release()
338 if (unlikely(dst->flags & DST_NOCACHE)) { in skb_dst_set_noref()
Dneighbour.c1318 !(dst->flags & DST_NOCACHE)) in neigh_resolve_output()
/linux-2.6.39/include/net/
Ddst.h86 #define DST_NOCACHE 0x0010 macro
/linux-2.6.39/net/ipv4/
Droute.c1051 rt->dst.flags |= DST_NOCACHE; in rt_intern_hash()