Searched refs:dst_cache (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip6_tunnel.h28 struct dst_entry *dst_cache; /* cached dst */ member in struct:ip6_tnl
H A Dip_vs.h602 spinlock_t dst_lock; /* lock of dst_cache */
603 struct dst_entry *dst_cache; /* destination cache entry */ member in struct:ip_vs_dest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_xmit.c39 old_dst = dest->dst_cache;
40 dest->dst_cache = dst;
48 struct dst_entry *dst = dest->dst_cache;
54 dest->dst_cache = NULL;
116 * Release dest->dst_cache before a dest is removed
123 old_dst = dest->dst_cache;
124 dest->dst_cache = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c95 struct dst_entry *dst = t->dst_cache;
99 t->dst_cache = NULL;
109 dst_release(t->dst_cache);
110 t->dst_cache = NULL;
117 dst_release(t->dst_cache);
118 t->dst_cache = dst;

Completed in 67 milliseconds