Home
last modified time | relevance | path

Searched refs:WG_PACKET_UNCRYPTED (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/wg/
H A Dif_wg.c160 WG_PACKET_UNCRYPTED, enumerator
1894 pkt->p_state = WG_PACKET_UNCRYPTED; in wg_queue_both()
1926 if (serial->q_len > 0 && STAILQ_FIRST(&serial->q_queue)->p_state != WG_PACKET_UNCRYPTED) { in wg_queue_dequeue_serial()