Searched refs:p_stage_queue (Results 1 – 1 of 1) sorted by relevance
185 struct wg_queue p_stage_queue; member398 wg_queue_init(&peer->p_stage_queue, "stageq"); in wg_peer_alloc()441 wg_queue_deinit(&peer->p_stage_queue); in wg_peer_free_deferred()1125 wg_queue_purge(&peer->p_stage_queue); in wg_timers_run_retry_handshake()1258 if (wg_queue_len(&peer->p_stage_queue) > 0) in wg_send_keepalive()1266 wg_queue_push_staged(&peer->p_stage_queue, pkt); in wg_send_keepalive()2055 wg_queue_delist_staged(&peer->p_stage_queue, &list); in wg_peer_send_staged()2079 wg_queue_enlist_staged(&peer->p_stage_queue, &list); in wg_peer_send_staged()2163 wg_queue_push_staged(&peer->p_stage_queue, pkt); in wg_xmit()2841 wg_queue_purge(&peer->p_stage_queue); in wg_down()