Home
last modified time | relevance | path

Searched refs:dst_cache (Results 26 – 38 of 38) sorted by relevance

12

/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c20 struct dst_cache cache;
H A Dioam6_iptunnel.c41 struct dst_cache cache;
H A Dseg6_iptunnel.c51 struct dst_cache cache;
H A Dip6_vti.c721 dst_cache_reset(&t->dst_cache); in vti6_tnl_change()
/openbmc/linux/net/ipv4/
H A Droute.c2890 struct dst_cache *dst_cache; in ip_route_output_tunnel() local
2897 dst_cache = (struct dst_cache *)&info->dst_cache; in ip_route_output_tunnel()
2899 rt = dst_cache_get_ip4(dst_cache, saddr); in ip_route_output_tunnel()
2924 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in ip_route_output_tunnel()
H A Dip_tunnel_core.c686 err = dst_cache_init(&tun_info->dst_cache, GFP_KERNEL); in ip_tun_build_state()
726 dst_cache_destroy(&tun_info->dst_cache); in ip_tun_destroy_state()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c684 dst_cache_destroy(&rd->dst_cache); in vxlan_mdb_rdst_free()
698 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_init()
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c512 err = dst_cache_init(&md->u.tun_info.dst_cache, GFP_KERNEL); in nft_tunnel_obj_init()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c480 ret = dst_cache_init(&metadata->u.tun_info.dst_cache, GFP_KERNEL); in tunnel_key_init()
/openbmc/linux/include/net/
H A Dip_vs.h708 struct dst_entry *dst_cache; /* destination cache entry */ member
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c754 dst_release(dest_dst->dst_cache); in ip_vs_dest_dst_rcu_free()
1751 if (dest_dst && dest_dst->dst_cache->dev == dev) { in ip_vs_forget_dev()
H A Dip_vs_core.c1758 mtu = dst_mtu(dest_dst->dst_cache); in ip_vs_in_icmp()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c2805 err = dst_cache_init(&tun_dst->u.tun_info.dst_cache, GFP_KERNEL); in validate_and_copy_set_tun()

12