Searched defs:dst_cache (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/core/ |
D | dst_cache.c | 31 static void dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, in dst_cache_per_cpu_dst_set() 42 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get() 67 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() 76 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() 94 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 109 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 124 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6() 144 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init() 156 void dst_cache_destroy(struct dst_cache *dst_cache) in dst_cache_destroy()
|
/Linux-v4.19/include/net/ |
D | dst_cache.h | 11 struct dst_cache { struct 12 struct dst_cache_pcpu __percpu *cache; argument 18 * @dst_cache: the cache argument 77 static inline void dst_cache_reset(struct dst_cache *dst_cache) in dst_cache_reset()
|
D | ip6_tunnel.h | 52 struct dst_cache dst_cache; /* cached dst */ member
|
D | ip_tunnels.h | 72 struct dst_cache dst_cache; member 125 struct dst_cache dst_cache; member
|
D | vxlan.h | 198 struct dst_cache dst_cache; member
|
D | ip_vs.h | 646 struct dst_entry *dst_cache; /* destination cache entry */ member
|
/Linux-v4.19/net/ipv6/ila/ |
D | ila_lwt.c | 21 struct dst_cache dst_cache; member
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_flow_table.h | 60 struct dst_entry *dst_cache; member
|
/Linux-v4.19/drivers/net/ |
D | geneve.c | 723 struct dst_cache *dst_cache; in geneve_get_v4_rt() local 774 struct dst_cache *dst_cache; in geneve_get_v6_dst() local
|
D | vxlan.c | 1894 struct dst_cache *dst_cache, in vxlan_get_route() 1949 struct dst_cache *dst_cache, in vxlan6_get_route() 2085 struct dst_cache *dst_cache; in vxlan_xmit_one() local
|