Home
last modified time | relevance | path

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

/linux-4.19.296/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()
87 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
96 void dst_cache_destroy(struct dst_cache *dst_cache);
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
Dvxlan.h198 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()
Dip_vs.h646 struct dst_entry *dst_cache; /* destination cache entry */ member
/linux-4.19.296/include/net/netfilter/
Dnf_flow_table.h60 struct dst_entry *dst_cache; member