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 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show()156 ingress_state_string(in_entry->entry_state), in mpc_show()157 in_entry->ctrl_info.holding_time - in mpc_show()158 (now.tv_sec-in_entry->tv.tv_sec), in mpc_show()159 in_entry->packets_fwded); in mpc_show()160 if (in_entry->shortcut) in mpc_show()162 in_entry->shortcut->vpi, in mpc_show()163 in_entry->shortcut->vci); in mpc_show()
610 in_cache_entry *in_entry; in atm_mpoa_vcc_attach() local628 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach()629 if (in_entry == NULL || in atm_mpoa_vcc_attach()630 in_entry->entry_state < INGRESS_RESOLVED) { 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()638 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); 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[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()