Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/atm/
Dmpoa_proc.c108 in_cache_entry *in_entry; in proc_mpc_read() local
122 in_entry = mpc->in_cache; in proc_mpc_read()
124 while(in_entry != NULL){ in proc_mpc_read()
125 …temp = (unsigned char *)&in_entry->ctrl_info.in_dst_ip; sprintf(ip_string,"… in proc_mpc_read()
126 …ing, ingress_state_string(in_entry->entry_state), (in_entry->ctrl_info.holding_time-(now.tv_sec-in… in proc_mpc_read()
127 if(in_entry->shortcut) in proc_mpc_read()
128 …length += sprintf((char *)page + length," %-3d %-3d",in_entry->shortcut->vpi,in_entry->shortcut… in proc_mpc_read()
130 in_entry = in_entry->next; in proc_mpc_read()
Dmpc.c572 in_cache_entry *in_entry; in atm_mpoa_vcc_attach() local
590 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach()
591 if (in_entry == NULL || in_entry->entry_state < INGRESS_RESOLVED) { in atm_mpoa_vcc_attach()
594 if (in_entry != NULL) mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
597 ip = (unsigned char*)&in_entry->ctrl_info.in_dst_ip; in atm_mpoa_vcc_attach()
600 in_entry->shortcut = vcc; in atm_mpoa_vcc_attach()
601 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
618 in_cache_entry *in_entry; in mpc_vcc_close() local
628 in_entry = mpc->in_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close()
629 if (in_entry) { in mpc_vcc_close()
[all …]
Dmpoa_caches.c445 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry() local
446 if (in_entry != NULL) { in eg_cache_remove_entry()
447 client->in_ops->put(in_entry); in eg_cache_remove_entry()