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
691 if (rx_pool) in close_driver()
693 k_free (rx_pool); in close_driver()
694 rx_pool = NULL; in close_driver()
750 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()
751 if (!rx_pool) in first_init()
770 k_free (rx_pool); in first_init()
771 rx_pool = NULL; in first_init()
791 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()