Home
last modified time | relevance | path

Searched refs:dst_cache (Results 1 – 7 of 7) sorted by relevance

/include/net/
Ddst_cache.h11 struct dst_cache { struct
24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
43 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst,
56 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,
66 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,
77 static inline void dst_cache_reset(struct dst_cache *dst_cache) in dst_cache_reset() argument
79 dst_cache->reset_ts = jiffies; in dst_cache_reset()
91 void dst_cache_reset_now(struct dst_cache *dst_cache);
98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
[all …]
Dip6_tunnel.h52 struct dst_cache dst_cache; /* cached dst */ member
Dip_tunnels.h72 struct dst_cache dst_cache; member
125 struct dst_cache dst_cache; member
Ddst_metadata.h128 if (new_md->u.tun_info.dst_cache.cache) { in tun_dst_unclone()
131 ret = dst_cache_init(&new_md->u.tun_info.dst_cache, GFP_ATOMIC); in tun_dst_unclone()
Dvxlan.h207 struct dst_cache dst_cache; member
Dip_vs.h647 struct dst_entry *dst_cache; /* destination cache entry */ member
/include/net/netfilter/
Dnf_flow_table.h138 struct dst_entry *dst_cache; member