Home
last modified time | relevance | path

Searched refs:IP_SQUEUE_GET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c679 return (IP_SQUEUE_GET(CPU_PSEUDO_RANDOM())); in ip_squeue_get()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3654 #define IP_SQUEUE_GET(hint) ip_squeue_random(hint) macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2681 sqp = IP_SQUEUE_GET((uint_t)gethrtime()); in tcp_create_common()