Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/wg/
H A Dif_wg.c226 struct wg_socket sc_socket; member
689 if (sc->sc_socket.so_user_cookie) { in wg_socket_init()
694 …rc = wg_socket_set_sockopt(so4, so6, SO_SETFIB, &sc->sc_socket.so_fibnum, sizeof(sc->sc_socket.so_… in wg_socket_init()
700 sc->sc_socket.so_port = port; in wg_socket_init()
733 struct wg_socket *so = &sc->sc_socket; in wg_socket_set_cookie()
745 struct wg_socket *so = &sc->sc_socket; in wg_socket_set_fibnum()
765 struct wg_socket *so = &sc->sc_socket; in wg_socket_set()
850 struct wg_socket *so = &sc->sc_socket; in wg_send()
2533 sc->sc_socket.so_port = new_port; in wgc_set()
2620 if (sc->sc_socket.so_port != 0) in wgc_get()
[all …]