Home
last modified time | relevance | path

Searched defs:dst_cache (Results 1 – 11 of 11) sorted by relevance

/linux/net/core/
H A Ddst_cache.c27 dst_cache_per_cpu_dst_set(struct dst_cache_pcpu * dst_cache,struct dst_entry * dst,u32 cookie) dst_cache_per_cpu_dst_set() argument
38 dst_cache_per_cpu_get(struct dst_cache * dst_cache,struct dst_cache_pcpu * idst) dst_cache_per_cpu_get() argument
64 dst_cache_get(struct dst_cache * dst_cache) dst_cache_get() argument
73 dst_cache_get_ip4(struct dst_cache * dst_cache,__be32 * saddr) dst_cache_get_ip4() argument
91 dst_cache_set_ip4(struct dst_cache * dst_cache,struct dst_entry * dst,__be32 saddr) dst_cache_set_ip4() argument
106 dst_cache_set_ip6(struct dst_cache * dst_cache,struct dst_entry * dst,const struct in6_addr * saddr) dst_cache_set_ip6() argument
121 dst_cache_get_ip6(struct dst_cache * dst_cache,struct in6_addr * saddr) dst_cache_get_ip6() argument
141 dst_cache_init(struct dst_cache * dst_cache,gfp_t gfp) dst_cache_init() argument
153 dst_cache_destroy(struct dst_cache * dst_cache) dst_cache_destroy() argument
167 dst_cache_reset_now(struct dst_cache * dst_cache) dst_cache_reset_now() argument
[all...]
/linux/include/net/
H A Ddst_cache.h11 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 Dip6_tunnel.h53 struct dst_cache dst_cache; /* cached dst */ member
H A Dip_tunnels.h106 struct dst_cache dst_cache; member
167 struct dst_cache dst_cache; member
H A Dip_vs.h708 struct dst_entry *dst_cache; /* destination cache entry */ member
/linux/net/ipv6/
H A Dip6_udp_tunnel.c143 struct dst_cache *dst_cache) in udp_tunnel6_dst_lookup()
/linux/net/ipv6/ila/
H A Dila_lwt.c21 struct dst_cache dst_cache; member
/linux/net/ipv4/
H A Dudp_tunnel_core.c215 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 Dudp_media.c85 struct dst_cache dst_cache; member
/linux/net/netfilter/
H A Dnf_flow_table_offload.c278 const struct dst_entry *dst_cache; in flow_offload_eth_dst() local
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2334 struct dst_cache *dst_cache; in vxlan_xmit_one() local