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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3179 extern list_t ip_thread_list;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c154 list_t ip_thread_list; variable
4330 list_destroy(&ip_thread_list);
4526 list_remove(&ip_thread_list, thh);
4578 list_create(&ip_thread_list, sizeof (th_hash_t),
H A Dip_if.c5107 list_insert_tail(&ip_thread_list, thh);
5190 for (thh = list_head(&ip_thread_list); thh != NULL;
5191 thh = list_next(&ip_thread_list, thh)) {

Completed in 134 milliseconds