Home
last modified time | relevance | path

Searched refs:endpoint_cache (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireguard/
Dpeer.c39 if (dst_cache_init(&peer->endpoint_cache, GFP_KERNEL)) in wg_peer_create()
74 dst_cache_destroy(&peer->endpoint_cache); in wg_peer_create()
199 dst_cache_destroy(&peer->endpoint_cache); in rcu_release()
Dsocket.c175 &peer->endpoint_cache); in wg_socket_send_skb_to_peer()
178 &peer->endpoint_cache); in wg_socket_send_skb_to_peer()
293 dst_cache_reset(&peer->endpoint_cache); in wg_socket_set_peer_endpoint()
311 dst_cache_reset(&peer->endpoint_cache); in wg_socket_clear_peer_endpoint_src()
Dpeer.h44 struct dst_cache endpoint_cache; member