Searched refs:wg_queue_both (Results 1 – 1 of 1) sorted by relevance
356 static int wg_queue_both(struct wg_queue *, struct wg_queue *, struct wg_packet *);1981 wg_queue_both(struct wg_queue *parallel, struct wg_queue *serial, struct wg_packet *pkt) in wg_queue_both() function2124 if (wg_queue_both(&sc->sc_decrypt_parallel, &peer->p_decrypt_serial, pkt) != 0) in wg_input()2160 if (wg_queue_both(&sc->sc_encrypt_parallel, &peer->p_encrypt_serial, pkt) != 0) in wg_peer_send_staged()