Searched defs:dst_cache (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/net/core/ |
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() 39 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get() 66 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get() 75 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() 93 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 108 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 123 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6() 143 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init() 155 void dst_cache_destroy(struct dst_cache *dst_cache) in dst_cache_destroy() 169 void dst_cache_reset_now(struct dst_cache *dst_cache) in dst_cache_reset_now()
|
/linux-6.12.1/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 | 53 struct dst_cache dst_cache; /* cached dst */ member
|
D | ip_tunnels.h | 106 struct dst_cache dst_cache; member 166 struct dst_cache dst_cache; member
|
D | vxlan.h | 209 struct dst_cache dst_cache; member
|
D | ip_vs.h | 708 struct dst_entry *dst_cache; /* destination cache entry */ member
|
/linux-6.12.1/net/ipv6/ |
D | ip6_udp_tunnel.c | 143 struct dst_cache *dst_cache) in udp_tunnel6_dst_lookup()
|
/linux-6.12.1/net/netfilter/ |
D | nft_flow_offload.c | 32 struct dst_entry *dst_cache, in nft_default_forward_path() 50 const struct dst_entry *dst_cache, in nft_dev_fill_forward_path()
|
D | nf_flow_table_offload.c | 278 const struct dst_entry *dst_cache; in flow_offload_eth_dst() local
|
/linux-6.12.1/net/ipv6/ila/ |
D | ila_lwt.c | 21 struct dst_cache dst_cache; member
|
/linux-6.12.1/net/ipv4/ |
D | udp_tunnel_core.c | 215 struct dst_cache *dst_cache) in udp_tunnel_dst_lookup()
|
/linux-6.12.1/net/tipc/ |
D | udp_media.c | 85 struct dst_cache dst_cache; member
|
/linux-6.12.1/include/net/netfilter/ |
D | nf_flow_table.h | 143 struct dst_entry *dst_cache; member
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_core.c | 2336 struct dst_cache *dst_cache; in vxlan_xmit_one() local
|