Searched refs:dst_cache_set_ip6 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/net/core/ |
H A D | dst_cache.c | 105 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() function 118 EXPORT_SYMBOL_GPL(dst_cache_set_ip6);
|
/openbmc/linux/include/net/ |
H A D | dst_cache.h | 56 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,
|
/openbmc/linux/net/ipv6/ |
H A D | rpl_iptunnel.c | 240 dst_cache_set_ip6(&rlwt->cache, dst, &fl6.saddr); in rpl_output() 290 dst_cache_set_ip6(&rlwt->cache, dst, in rpl_input()
|
H A D | seg6_iptunnel.c | 503 dst_cache_set_ip6(&slwt->cache, dst, in seg6_input_core() 589 dst_cache_set_ip6(&slwt->cache, dst, &fl6.saddr); in seg6_output_core()
|
H A D | ioam6_iptunnel.c | 377 dst_cache_set_ip6(&ilwt->cache, dst, &fl6.saddr); in ioam6_output()
|
H A D | ip6_output.c | 1364 dst_cache_set_ip6(dst_cache, dst, &fl6.saddr); in ip6_dst_lookup_tunnel()
|
H A D | ip6_tunnel.c | 1240 dst_cache_set_ip6(&t->dst_cache, ndst, &fl6->saddr); in ip6_tnl_xmit()
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_lwt.c | 94 dst_cache_set_ip6(&ilwt->dst_cache, dst, &fl6.saddr); in ila_output()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | socket.c | 148 dst_cache_set_ip6(cache, dst, &fl.saddr); in send6()
|
/openbmc/linux/net/tipc/ |
H A D | udp_media.c | 217 dst_cache_set_ip6(cache, ndst, &fl6.saddr); in tipc_udp_xmit()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 909 dst_cache_set_ip6(dst_cache, dst, &fl6->saddr); in geneve_get_v6_dst()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2344 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
|