Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.h99 #ifndef RECEIVE_QUEUE_SIZE
100 #define RECEIVE_QUEUE_SIZE 60 macro
Dpcap-dos.c788 rx_pool = k_calloc (RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE); in first_init()
829 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool); in first_init()