Searched refs:wg_queue_init (Results 1 – 1 of 1) sorted by relevance
343 static void wg_queue_init(struct wg_queue *, const char *);398 wg_queue_init(&peer->p_stage_queue, "stageq"); in wg_peer_alloc()399 wg_queue_init(&peer->p_encrypt_serial, "txq"); in wg_peer_alloc()400 wg_queue_init(&peer->p_decrypt_serial, "rxq"); in wg_peer_alloc()1794 wg_queue_init(struct wg_queue *queue, const char *name) in wg_queue_init() function2896 wg_queue_init(&sc->sc_handshake_queue, "hsq"); in wg_clone_create()2907 wg_queue_init(&sc->sc_encrypt_parallel, "encp"); in wg_clone_create()2908 wg_queue_init(&sc->sc_decrypt_parallel, "decp"); in wg_clone_create()