Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c57 static char *rx_pool = NULL; variable
745 if (rx_pool) in close_driver()
747 k_free (rx_pool); in close_driver()
748 rx_pool = NULL; in close_driver()
804 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()
805 if (!rx_pool) in first_init()
824 k_free (rx_pool); in first_init()
825 rx_pool = NULL; in first_init()
845 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()