Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.h24 struct wg_data_io { struct
32 #define SIOCSWG _IOWR('i', 210, struct wg_data_io) argument
33 #define SIOCGWG _IOWR('i', 211, struct wg_data_io)
H A Dif_wg.c367 static int wgc_get(struct wg_softc *, struct wg_data_io *);
368 static int wgc_set(struct wg_softc *, struct wg_data_io *);
2492 wgc_set(struct wg_softc *sc, struct wg_data_io *wgd) in wgc_set()
2603 wgc_get(struct wg_softc *sc, struct wg_data_io *wgd) in wgc_get()
2731 struct wg_data_io *wgd = (struct wg_data_io *)data; in wg_ioctl()
/freebsd/contrib/wireguard-tools/
H A Dipc-freebsd.h55 struct wg_data_io wgd = { 0 }; in kernel_get_device()
252 struct wg_data_io wgd = { 0 }; in kernel_set_device()