Searched refs:wg_queue_dequeue_handshake (Results 1 – 1 of 1) sorted by relevance
351 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