HomeSort by: relevance | last modified time | path
    Searched defs:rx_cache_hint (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-rx.c 498 static uint32_t rx_cache_hint = 0; variable
732 i = rx_cache_hint;
743 rx_cache_hint = i;
749 } while (i != rx_cache_hint);

Completed in 85 milliseconds