Lines Matching refs:ac_next
79 struct address_cache *ac_next; member
150 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { in check_cache()
169 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) { in delete_cache()
177 prevptr->ac_next = cptr->ac_next; in delete_cache()
179 front = cptr->ac_next; in delete_cache()
227 ad_cache->ac_next = front; in add_cache()
234 while (cptr->ac_next) { in add_cache()
236 cptr = cptr->ac_next; in add_cache()
250 prevptr->ac_next = NULL; in add_cache()
251 ad_cache->ac_next = front; in add_cache()
255 ad_cache->ac_next = NULL; in add_cache()