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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c252 * hash bucket. This makes life easier for ire_walk type functions which
777 ire_walk(pfv_t func, void *arg, ip_stack_t *ipst) function
1315 * ire_walk routines de-reference ire_next without holding
1318 * reaches global visibility, so that ire_walk routines
1321 * to re-ordering, the ire_walk thread will see a NULL
2170 * ire_walk routine to delete a fraction of redirect IREs and IRE_CLONE_IF IREs.
2211 ire_walk(ire_delete_reclaim, &fraction, ipst);
2383 ire_walk(ire_delete, NULL, ipst);

Completed in 51 milliseconds