Searched defs:ire_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c83 * ire_next/ire_ptpn
200 * to be ignored when walking the ires using ire_next.
257 * ire_next. ire_refholding the ire or ire_next is not sufficient as
259 * dropped the lock and hence the ire_next would be NULL. Thus, we
270 * ire_next to point to freed memory. We do irb_refhold only when
989 for (ire = irb->irb_ire; ire != NULL; ire = ire->ire_next) {
1035 ire = ire->ire_next) {
1240 for (ire1 = irb_ptr->irb_ire; ire1 != NULL; ire1 = ire1->ire_next) {
1304 irep = &ire1->ire_next;
1370 ire_t *ire_next; local
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2624 struct ire_s *ire_next; /* The hash chain must be first. */ member in struct:ire_s

Completed in 63 milliseconds