Lines Matching defs:wgp_endpoint
637 struct wg_sockaddr *volatile wgp_endpoint;
1887 wgsa = atomic_load_consume(&wgp->wgp_endpoint);
2696 wgsa_prev = wgp->wgp_endpoint;
2697 atomic_store_release(&wgp->wgp_endpoint, wgp->wgp_endpoint0);
3902 wgp->wgp_endpoint = kmem_zalloc(sizeof(*wgp->wgp_endpoint), KM_SLEEP);
3904 psref_target_init(&wgp->wgp_endpoint->wgsa_psref, wg_psref_class);
3997 psref_target_destroy(&wgp->wgp_endpoint->wgsa_psref, wg_psref_class);
3999 kmem_free(wgp->wgp_endpoint, sizeof(*wgp->wgp_endpoint));
4702 struct wg_sockaddr *wgsa = wgp->wgp_endpoint;