Searched refs:destroy_ring (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/libpcap/
H A Dpcap-linux.c315 static void destroy_ring(pcap_t *handle);
3557 destroy_ring(handle);
3570 destroy_ring(handle);
3592 destroy_ring(pcap_t *handle) function
3639 destroy_ring(handle);
/freebsd-10-stable/sys/dev/xen/netfront/
H A Dnetfront.c550 goto destroy_ring;
600 goto destroy_ring;
608 destroy_ring:
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.h1549 static void destroy_ring(softc_t *, struct desc_ring *);
1561 static void destroy_ring(softc_t *, struct desc_ring *);
H A Dif_lmc.c2743 destroy_ring(softc_t *sc, struct desc_ring *ring) function
3361 destroy_ring(softc_t *sc, struct desc_ring *ring) function
5474 destroy_ring(sc, &sc->txring);
5475 destroy_ring(sc, &sc->rxring);

Completed in 251 milliseconds