Searched defs:dst_cache (Results 1 – 13 of 13) sorted by relevance
| /linux/net/core/ |
| H A D | dst_cache.c | 28 static void dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, in dst_cache_per_cpu_dst_set() 40 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() 81 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() 103 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 120 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 138 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6() 163 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init() 179 void dst_cache_destroy(struct dst_cache *dst_cache) in dst_cache_destroy() 193 void dst_cache_reset_now(struct dst_cache *dst_cache) in dst_cache_reset_now()
|
| /linux/include/net/ |
| H 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()
|
| H A D | ip6_tunnel.h | 53 struct dst_cache dst_cache; /* cached dst */ member
|
| H A D | ip_tunnels.h | 108 struct dst_cache dst_cache; member 169 struct dst_cache dst_cache; member
|
| H A D | vxlan.h | 209 struct dst_cache dst_cache; member
|
| H A D | ip_vs.h | 708 struct dst_entry *dst_cache; /* destination cache entry */ member
|
| /linux/net/ipv6/ |
| H A D | ip6_udp_tunnel.c | 143 struct dst_cache *dst_cache) in udp_tunnel6_dst_lookup()
|
| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 21 struct dst_cache dst_cache; member
|
| /linux/net/ipv4/ |
| H A D | udp_tunnel_core.c | 235 udp_tunnel_dst_lookup(struct sk_buff * skb,struct net_device * dev,struct net * net,int oif,__be32 * saddr,const struct ip_tunnel_key * key,__be16 sport,__be16 dport,u8 tos,struct dst_cache * dst_cache) udp_tunnel_dst_lookup() argument
|
| /linux/net/tipc/ |
| H A D | udp_media.c | 85 struct dst_cache dst_cache; member
|
| /linux/include/net/netfilter/ |
| H A D | nf_flow_table.h | 143 struct dst_entry *dst_cache; member
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_offload.c | 278 const struct dst_entry *dst_cache; in flow_offload_eth_dst() local
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2338 struct dst_cache *dst_cache; in vxlan_xmit_one() local
|