Home
last modified time | relevance | path

Searched refs:in_entry (Results 1 – 3 of 3) sorted by relevance

/linux/net/atm/
A Dmpoa_proc.c135 in_cache_entry *in_entry; in mpc_show() local
149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
150 unsigned long seconds_delta = now - in_entry->time; in mpc_show()
152 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show()
155 ingress_state_string(in_entry->entry_state), in mpc_show()
156 in_entry->ctrl_info.holding_time - in mpc_show()
158 in_entry->packets_fwded); in mpc_show()
159 if (in_entry->shortcut) in mpc_show()
161 in_entry->shortcut->vpi, in mpc_show()
162 in_entry->shortcut->vci); in mpc_show()
A Dmpc.c610 in_cache_entry *in_entry; in atm_mpoa_vcc_attach() local
629 if (in_entry == NULL || in atm_mpoa_vcc_attach()
633 if (in_entry != NULL) in atm_mpoa_vcc_attach()
634 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
639 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()
640 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
657 in_cache_entry *in_entry; in mpc_vcc_close() local
668 if (in_entry) { in mpc_vcc_close()
671 in_entry->shortcut = NULL; in mpc_vcc_close()
672 mpc->in_ops->put(in_entry); in mpc_vcc_close()
[all …]
A Dmpoa_caches.c447 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry() local
448 if (in_entry != NULL) { in eg_cache_remove_entry()
449 client->in_ops->put(in_entry); in eg_cache_remove_entry()

Completed in 6 milliseconds