Home
last modified time | relevance | path

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

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