Home | History | Annotate | Download | only in libpcap

Lines Matching full:pcaps_to_close

1684 static struct pcap *pcaps_to_close;
1696 while ((handle = pcaps_to_close) != NULL)
1744 for (p = pcaps_to_close, prevp = NULL; p != NULL;
1754 pcaps_to_close = p->md.next;
1879 handle->md.next = pcaps_to_close;
1880 pcaps_to_close = handle;