OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wgp_endpoint
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_wg.c
637
struct wg_sockaddr *volatile
wgp_endpoint
;
member in struct:wg_peer
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
));
[
all
...]
if_wg.c
637
struct wg_sockaddr *volatile
wgp_endpoint
;
member in struct:wg_peer
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
));
[
all
...]
Completed in 909 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025