Searched refs:wg_socket_set (Results 1 – 1 of 1) sorted by relevance
290 static void wg_socket_set(struct wg_softc *, struct socket *, struct socket *);701 wg_socket_set(sc, so4, so6); in wg_socket_init()759 wg_socket_set(sc, NULL, NULL); in wg_socket_uninit()763 wg_socket_set(struct wg_softc *sc, struct socket *new_so4, struct socket *new_so6) in wg_socket_set() function