Home
last modified time | relevance | path

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

/freebsd/contrib/wireguard-tools/
H A Dipc.c82 return userspace_get_device(dev, iface); in ipc_get_device()
85 return userspace_get_device(dev, iface); in ipc_get_device()
H A Dipc-uapi.h138 static int userspace_get_device(struct wgdevice **out, const char *iface) in userspace_get_device() function