Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Dpeer.c36 if (unlikely(dst_cache_init(&peer->endpoint_cache, GFP_KERNEL))) in wg_peer_create()
190 dst_cache_destroy(&peer->endpoint_cache); in rcu_release()
H A Dpeer.h45 struct dst_cache endpoint_cache; member