Home
last modified time | relevance | path

Searched refs:ip_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dip.c81 STAILQ_ENTRY(ip_reasm) ip_next;
290 STAILQ_FOREACH(ipr, &ire_list, ip_next) { in readipv4()
311 STAILQ_INSERT_TAIL(&ire_list, ipr, ip_next); in readipv4()
315 STAILQ_REMOVE(&ire_list, ipr, ip_reasm, ip_next); in readipv4()
328 STAILQ_REMOVE(&ire_list, ipr, ip_reasm, ip_next); in readipv4()
351 STAILQ_REMOVE(&ire_list, ipr, ip_reasm, ip_next); in readipv4()
397 STAILQ_REMOVE_HEAD(&ire_list, ip_next); in readipv4()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c254 cache_tail.ip_next = NULL; in rcm_mod_init()
355 probe = cache_head.ip_next; in ip_unregister()
365 probe = cache_head.ip_next; in ip_unregister()
980 probe = probe->ip_next; in cache_lookup()
1027 node->ip_next = cache_head.ip_next; in cache_insert()
1045 node->ip_prev->ip_next = node->ip_next; in cache_remove()
1046 node->ip_next = NULL; in cache_remove()
1299 probe = probe->ip_next; in update_cache()
1349 probe = probe->ip_next; in update_cache()
1356 probe = probe->ip_next; in update_cache()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c852 cmd = currpriv->ip_next; in ioat_ring_loop()
917 priv->ip_next = oldcmd; in ioat_cmd_alloc()
919 priv->ip_next = NULL; in ioat_cmd_alloc()
947 next = priv->ip_next; in ioat_cmd_free()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h173 dcopy_cmd_t ip_next; member