Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drandom.h157 #define random_harvest_queue_ether(a, b) random_harvest_queue(a, b, RANDOM_NET_ETHER) macro
159 #define random_harvest_queue_ether(a, b) do {} while (0) macro
/f-stack/freebsd/net/
H A Dif_ethersubr.c546 random_harvest_queue_ether(m, sizeof(*m)); in ether_input_internal()