Searched defs:dst_cache (Results 1 – 15 of 15) sorted by relevance
/linux/net/core/ |
A D | dst_cache.c | 27 static void dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, in dst_cache_per_cpu_dst_set() 38 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get() 63 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() 72 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() 90 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 105 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 120 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6() 140 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init() 152 void dst_cache_destroy(struct dst_cache *dst_cache) in dst_cache_destroy() 166 void dst_cache_reset_now(struct dst_cache *dst_cache) in dst_cache_reset_now()
|
/linux/include/net/ |
A 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()
|
A D | ip_tunnels.h | 72 struct dst_cache dst_cache; member 125 struct dst_cache dst_cache; member
|
A D | ip6_tunnel.h | 52 struct dst_cache dst_cache; /* cached dst */ member
|
A D | vxlan.h | 207 struct dst_cache dst_cache; member
|
A D | ip_vs.h | 645 struct dst_entry *dst_cache; /* destination cache entry */ member
|
/linux/net/netfilter/ |
A D | nft_flow_offload.c | 31 struct dst_entry *dst_cache, in nft_default_forward_path() 40 const struct dst_entry *dst_cache, in nft_dev_fill_forward_path()
|
A D | nf_flow_table_offload.c | 267 const struct dst_entry *dst_cache; in flow_offload_eth_dst() local
|
/linux/net/ipv6/ila/ |
A D | ila_lwt.c | 21 struct dst_cache dst_cache; member
|
/linux/net/tipc/ |
A D | udp_media.c | 85 struct dst_cache dst_cache; member
|
/linux/drivers/net/ |
A D | geneve.c | 781 struct dst_cache *dst_cache; in geneve_get_v4_rt() local 835 struct dst_cache *dst_cache; in geneve_get_v6_dst() local
|
A D | vxlan.c | 2397 struct dst_cache *dst_cache, in vxlan_get_route() 2452 struct dst_cache *dst_cache, in vxlan6_get_route() 2595 struct dst_cache *dst_cache; in vxlan_xmit_one() local
|
/linux/include/net/netfilter/ |
A D | nf_flow_table.h | 136 struct dst_entry *dst_cache; member
|
/linux/net/ipv6/ |
A D | ip6_output.c | 1273 struct dst_cache *dst_cache; in ip6_dst_lookup_tunnel() local
|
/linux/net/ipv4/ |
A D | route.c | 2873 struct dst_cache *dst_cache; in ip_route_output_tunnel() local
|
Completed in 69 milliseconds