Searched refs:notifring (Results 1 – 1 of 1) sorted by relevance
192 struct buf_ring *notifring; member420 if (buf_ring_enqueue(sc->notifring, n) != 0) { in ovpn_notify_del_peer()442 if (buf_ring_enqueue(sc->notifring, n) != 0) { in ovpn_notify_key_rotation()1316 nvlist_add_number(nvl, "pending", buf_ring_count(sc->notifring)); in ovpn_poll_pkt()1356 n = buf_ring_dequeue_mc(sc->notifring); in opvn_get_pkt()2389 while (! buf_ring_empty(sc->notifring)) { in ovpn_flush_rxring()2390 n = buf_ring_dequeue_sc(sc->notifring); in ovpn_flush_rxring()2471 sc->notifring = buf_ring_alloc(32, M_OVPN, M_WAITOK, NULL); in ovpn_clone_create()2551 buf_ring_free(sc->notifring, M_OVPN); in ovpn_clone_destroy()