/kernel/linux/linux-5.10/include/net/ |
H A D | dst_cache.h | 11 struct dst_cache { struct 77 dst_cache_reset(struct dst_cache *dst_cache) dst_cache_reset() argument [all...] |
H A D | ip6_tunnel.h | 52 struct dst_cache dst_cache; /* cached dst */ member
|
H A D | ip_tunnels.h | 72 struct dst_cache dst_cache; member 125 struct dst_cache dst_cache; member
|
H A D | vxlan.h | 207 struct dst_cache dst_cache; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst_cache.h | 11 struct dst_cache { struct 77 dst_cache_reset(struct dst_cache *dst_cache) dst_cache_reset() argument [all...] |
H A D | ip6_tunnel.h | 53 struct dst_cache dst_cache; /* cached dst */ member
|
H A D | ip_tunnels.h | 88 struct dst_cache dst_cache; member 137 struct dst_cache dst_cache; member
|
H A D | vxlan.h | 209 struct dst_cache dst_cache; member
|
/kernel/linux/linux-5.10/net/core/ |
H 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() argument 38 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get() argument 63 struct dst_entry *dst_cache_get(struct dst_cache *dst_cach argument 72 dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) dst_cache_get_ip4() argument 90 dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, __be32 saddr) dst_cache_set_ip4() argument 105 dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, const struct in6_addr *saddr) dst_cache_set_ip6() argument 120 dst_cache_get_ip6(struct dst_cache *dst_cache, struct in6_addr *saddr) dst_cache_get_ip6() argument 140 dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) dst_cache_init() argument 152 dst_cache_destroy(struct dst_cache *dst_cache) dst_cache_destroy() argument 166 dst_cache_reset_now(struct dst_cache *dst_cache) dst_cache_reset_now() argument [all...] |
/kernel/linux/linux-6.6/net/core/ |
H 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() argument 38 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get() argument 63 struct dst_entry *dst_cache_get(struct dst_cache *dst_cach argument 72 dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) dst_cache_get_ip4() argument 90 dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, __be32 saddr) dst_cache_set_ip4() argument 105 dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, const struct in6_addr *saddr) dst_cache_set_ip6() argument 120 dst_cache_get_ip6(struct dst_cache *dst_cache, struct in6_addr *saddr) dst_cache_get_ip6() argument 140 dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) dst_cache_init() argument 152 dst_cache_destroy(struct dst_cache *dst_cache) dst_cache_destroy() argument 166 dst_cache_reset_now(struct dst_cache *dst_cache) dst_cache_reset_now() argument [all...] |
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_lwt.c | 21 struct dst_cache dst_cache; member
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_lwt.c | 21 struct dst_cache dst_cache; member
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_flow_offload.c | 30 nft_default_forward_path(struct nf_flow_route *route, struct dst_entry *dst_cache, enum ip_conntrack_dir dir) nft_default_forward_path() argument 48 nft_dev_fill_forward_path(const struct nf_flow_route *route, const struct dst_entry *dst_cache, const struct nf_conn *ct, enum ip_conntrack_dir dir, u8 *ha, struct net_device_path_stack *stack) nft_dev_fill_forward_path() argument
|
H A D | nf_flow_table_offload.c | 278 const struct dst_entry *dst_cache; in flow_offload_eth_dst() local
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | udp_media.c | 80 struct dst_cache dst_cache; member [all...] |
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_flow_table.h | 114 struct dst_entry *dst_cache; member
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_flow_table_offload.c | 212 const struct dst_entry *dst_cache; in flow_offload_eth_dst() local
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | udp_media.c | 85 struct dst_cache dst_cache; member [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 1308 struct dst_cache *dst_cache; in ip6_dst_lookup_tunnel() local
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_flow_table.h | 142 struct dst_entry *dst_cache; member
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | geneve.c | 780 struct dst_cache *dst_cache; in geneve_get_v4_rt() local 836 struct dst_cache *dst_cach in geneve_get_v6_dst() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | geneve.c | 811 struct dst_cache *dst_cache; in geneve_get_v4_rt() local 868 struct dst_cache *dst_cach in geneve_get_v6_dst() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_output.c | 1319 struct dst_cache *dst_cache; in ip6_dst_lookup_tunnel() local
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 2821 struct dst_cache *dst_cache; in ip_route_output_tunnel() local
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 2895 struct dst_cache *dst_cache; in ip_route_output_tunnel() local
|