Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireguard/
Dsocket.c258 static bool endpoint_eq(const struct endpoint *a, const struct endpoint *b) in endpoint_eq() function
281 if (endpoint_eq(endpoint, &peer->endpoint)) in wg_socket_set_peer_endpoint()