Searched refs:p_stage_queue (Results 1 – 1 of 1) sorted by relevance
185 struct wg_queue p_stage_queue; member410 wg_queue_init(&peer->p_stage_queue, "stageq"); in wg_peer_create()460 wg_queue_deinit(&peer->p_stage_queue); in wg_peer_free_deferred()1216 wg_queue_purge(&peer->p_stage_queue); in wg_timers_run_retry_handshake()1349 if (wg_queue_len(&peer->p_stage_queue) > 0) in wg_send_keepalive()1357 wg_queue_push_staged(&peer->p_stage_queue, pkt); in wg_send_keepalive()2146 wg_queue_delist_staged(&peer->p_stage_queue, &list); in wg_peer_send_staged()2170 wg_queue_enlist_staged(&peer->p_stage_queue, &list); in wg_peer_send_staged()2254 wg_queue_push_staged(&peer->p_stage_queue, pkt); in wg_xmit()2946 wg_queue_purge(&peer->p_stage_queue); in wg_down()