Home
last modified time | relevance | path

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

/freebsd/contrib/wireguard-tools/
H A Dcontainers.h42 WGPEER_REMOVE_ME = 1U << 0, enumerator
H A Dsetconf.c88 peer->flags = WGPEER_REMOVE_ME; in sync_conf()
H A Dipc-uapi.h58 if (peer->flags & WGPEER_REMOVE_ME) { in userspace_set_device()
H A Dipc-freebsd.h304 if (peer->flags & WGPEER_REMOVE_ME) in kernel_set_device()
H A Dconfig.c610 peer->flags |= WGPEER_REMOVE_ME; in config_read_cmd()