Searched refs:notifring (Results 1 – 1 of 1) sorted by relevance
197 struct buf_ring *notifring; member513 if (buf_ring_enqueue(sc->notifring, n) != 0) { in ovpn_notify_del_peer()535 if (buf_ring_enqueue(sc->notifring, n) != 0) { in ovpn_notify_key_rotation()559 if (buf_ring_enqueue(sc->notifring, n) != 0) { in ovpn_notify_float()1464 nvlist_add_number(nvl, "pending", buf_ring_count(sc->notifring)); in ovpn_poll_pkt()1504 n = buf_ring_dequeue_mc(sc->notifring); in opvn_get_pkt()2658 while (! buf_ring_empty(sc->notifring)) { in ovpn_flush_rxring()2659 n = buf_ring_dequeue_sc(sc->notifring); in ovpn_flush_rxring()2740 sc->notifring = buf_ring_alloc(32, M_OVPN, M_WAITOK, NULL); in ovpn_clone_create()2821 buf_ring_free(sc->notifring, M_OVPN); in ovpn_clone_destroy()