Searched refs:entry_state (Results 1 – 4 of 4) sorted by relevance
115 entry->entry_state = INGRESS_INVALID; in in_cache_add_entry()131 if(entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL) in cache_hit()134 if(entry->entry_state == INGRESS_REFRESHING){ in cache_hit()143 entry->entry_state = INGRESS_RESOLVING; in cache_hit()150 if(entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL) in cache_hit()154 entry->entry_state == INGRESS_INVALID){ in cache_hit()159 entry->entry_state = INGRESS_RESOLVING; in cache_hit()264 if(entry->entry_state == INGRESS_RESOLVING){ in check_resolving_entries()306 if( entry->entry_state == INGRESS_RESOLVED ){ in refresh_entries()311 entry->entry_state = INGRESS_REFRESHING; in refresh_entries()[all …]
21 uint16_t entry_state; member58 uint16_t entry_state; member
591 if (in_entry == NULL || in_entry->entry_state < INGRESS_RESOLVED) { in atm_mpoa_vcc_attach()1042 entry->entry_state = INGRESS_RESOLVING; in MPOA_trigger_rcvd()1051 if(entry->entry_state == INGRESS_INVALID){ in MPOA_trigger_rcvd()1052 entry->entry_state = INGRESS_RESOLVING; in MPOA_trigger_rcvd()1121 ddprintk(" entry_state = %d ", entry->entry_state); in MPOA_res_reply_rcvd()1123 if (entry->entry_state == INGRESS_RESOLVED) { in MPOA_res_reply_rcvd()1135 if(entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL){ in MPOA_res_reply_rcvd()1136 entry->entry_state = INGRESS_RESOLVED; in MPOA_res_reply_rcvd()1149 entry->entry_state = INGRESS_RESOLVED; in MPOA_res_reply_rcvd()
126 …length,"%-16s%s%-14lu%-12u", ip_string, ingress_state_string(in_entry->entry_state), (in_entry->ct… in proc_mpc_read()138 …ng) ntohl(eg_entry->ctrl_info.cache_id), egress_state_string(eg_entry->entry_state), (eg_entry->ct… in proc_mpc_read()