Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c59 static char *rx_pool = NULL; variable
715 if (rx_pool) in close_driver()
717 k_free (rx_pool); in close_driver()
718 rx_pool = NULL; in close_driver()
774 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()
775 if (!rx_pool) in first_init()
794 k_free (rx_pool); in first_init()
795 rx_pool = NULL; in first_init()
815 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()