Searched refs:IPQ_TRYLOCK (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_reass.c87 #define IPQ_TRYLOCK(i) mtx_trylock(&V_ipq[i].lock) macro
794 if (bucket != start && IPQ_TRYLOCK(bucket) == 0)

Completed in 188 milliseconds