Searched refs:ac_next (Results 1 – 3 of 3) sorted by relevance
79 struct address_cache *ac_next; member150 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()[all …]
420 a->ac_next = alist; in build_action()455 for (a = alist; a != NULL; a = a->ac_next) { in check_action()641 a->ac_next = NULL; in free_action()685 alist = a->ac_next; in unload_config()715 for (a = alist; a != NULL; a = a->ac_next) { in dump_config()814 for (a = alist; a != NULL; a = a->ac_next) { in build_doing()
54 struct ipmon_action *ac_next; member