Searched refs:in_entry (Results 1 – 3 of 3) sorted by relevance
138 in_cache_entry *in_entry; in mpc_show() local152 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()153 unsigned long seconds_delta = now - in_entry->time; in mpc_show()155 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show()158 ingress_state_string(in_entry->entry_state), in mpc_show()159 in_entry->ctrl_info.holding_time - in mpc_show()161 in_entry->packets_fwded); in mpc_show()162 if (in_entry->shortcut) in mpc_show()164 in_entry->shortcut->vpi, in mpc_show()165 in_entry->shortcut->vci); in mpc_show()
609 in_cache_entry *in_entry; in atm_mpoa_vcc_attach() local627 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach()628 if (in_entry == NULL || in atm_mpoa_vcc_attach()629 in_entry->entry_state < INGRESS_RESOLVED) { in atm_mpoa_vcc_attach()632 if (in_entry != NULL) in atm_mpoa_vcc_attach()633 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()637 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in atm_mpoa_vcc_attach()638 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()639 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()656 in_cache_entry *in_entry; in mpc_vcc_close() local[all …]
449 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry() local450 if (in_entry != NULL) { in eg_cache_remove_entry()451 client->in_ops->put(in_entry); in eg_cache_remove_entry()