Searched refs:dst_cache_set_ip6 (Results 1 – 9 of 9) sorted by relevance
/linux/net/core/ |
H A D | dst_cache.c | 120 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() function 136 EXPORT_SYMBOL_GPL(dst_cache_set_ip6);
|
/linux/include/net/ |
H A D | dst_cache.h | 56 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,
|
/linux/net/ipv6/ |
H A D | rpl_iptunnel.c | 241 dst_cache_set_ip6(&rlwt->cache, dst, &fl6.saddr); in rpl_output() 295 dst_cache_set_ip6(&rlwt->cache, dst, in rpl_input()
|
H A D | ip6_udp_tunnel.c | 178 dst_cache_set_ip6(dst_cache, dst, &fl6.saddr); in udp_tunnel6_dst_lookup()
|
H A D | ioam6_iptunnel.c | 439 dst_cache_set_ip6(&ilwt->cache, in ioam6_output() 442 dst_cache_set_ip6(&ilwt->cache, dst, &fl6.saddr); in ioam6_output()
|
/linux/net/ipv6/ila/ |
H A D | ila_lwt.c | 94 dst_cache_set_ip6(&ilwt->dst_cache, dst, &fl6.saddr); in ila_output()
|
/linux/drivers/net/ovpn/ |
H A D | udp.c | 262 dst_cache_set_ip6(cache, dst, &fl.saddr); in ovpn_udp6_output()
|
/linux/drivers/net/wireguard/ |
H A D | socket.c | 148 dst_cache_set_ip6(cache, dst, &fl.saddr); in send6()
|
/linux/net/tipc/ |
H A D | udp_media.c | 217 dst_cache_set_ip6(cache, ndst, &fl6.saddr); in tipc_udp_xmit()
|