Home
last modified time | relevance | path

Searched refs:dst_cache (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ovpn/
A Dudp.c146 struct dst_cache *cache, struct sock *sk, in ovpn_udp4_output()
221 struct dst_cache *cache, struct sock *sk, in ovpn_udp6_output()
297 static int ovpn_udp_output(struct ovpn_peer *peer, struct dst_cache *cache, in ovpn_udp_output()
352 ret = ovpn_udp_output(peer, &peer->dst_cache, sk, skb); in ovpn_udp_send_skb()
A Dpeer.h99 struct dst_cache dst_cache; member
A Dpeer.c116 ret = dst_cache_init(&peer->dst_cache, GFP_KERNEL); in ovpn_peer_new()
274 dst_cache_reset(&peer->dst_cache); in ovpn_peer_endpoints_update()
343 dst_cache_destroy(&peer->dst_cache); in ovpn_peer_release_rcu()
A Dnetlink.c305 dst_cache_reset(&peer->dst_cache); in ovpn_nl_peer_modify()
/drivers/net/
A Dbareudp.c332 (struct dst_cache *)&info->dst_cache : NULL); in bareudp_xmit_skb()
402 (struct dst_cache *) &info->dst_cache : NULL); in bareudp6_xmit_skb()
521 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
535 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
A Dgeneve.c347 err = dst_cache_init(&geneve->cfg.info.dst_cache, GFP_KERNEL); in geneve_init()
360 dst_cache_destroy(&geneve->cfg.info.dst_cache); in geneve_uninit()
850 (struct dst_cache *)&info->dst_cache : NULL); in geneve_xmit_skb()
962 (struct dst_cache *)&info->dst_cache : NULL); in geneve6_xmit_skb()
1103 use_cache ? &info->dst_cache : NULL); in geneve_fill_metadata_dst()
1129 use_cache ? &info->dst_cache : NULL); in geneve_fill_metadata_dst()
1395 dst_cache_reset(&geneve->cfg.info.dst_cache); in geneve_configure()
1750 dst_cache_reset(&cfg.info.dst_cache); in geneve_changelink()
/drivers/net/wireguard/
A Dpeer.h45 struct dst_cache endpoint_cache;
A Dsocket.c21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send4()
98 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send6()
/drivers/net/vxlan/
A Dvxlan_core.c562 dst_cache_reset(&rd->dst_cache); in vxlan_fdb_replace()
900 dst_cache_destroy(&rd->dst_cache); in vxlan_fdb_create()
921 dst_cache_destroy(&rd->dst_cache); in __vxlan_fdb_free()
963 dst_cache_destroy(&rd->dst_cache); in vxlan_dst_free()
2331 struct dst_cache *dst_cache; in vxlan_xmit_one() local
2392 dst_cache = &rdst->dst_cache; in vxlan_xmit_one()
2435 dst_cache = &info->dst_cache; in vxlan_xmit_one()
2461 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one()
2540 use_cache ? dst_cache : NULL); in vxlan_xmit_one()
3220 &info->dst_cache); in vxlan_fill_metadata_dst()
[all …]
A Dvxlan_mdb.c690 dst_cache_destroy(&rd->dst_cache); in vxlan_mdb_rdst_free()
704 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_init()

Completed in 35 milliseconds