Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/wg/
H A Dif_wg.c347 static struct wg_packet *wg_queue_dequeue_handshake(struct wg_queue *);
1410 while ((pkt = wg_queue_dequeue_handshake(&sc->sc_handshake_queue)) != NULL) in wg_softc_handshake_receive()
1830 wg_queue_dequeue_handshake(struct wg_queue *hs) in wg_queue_dequeue_handshake() function