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

/linux-master/net/atm/
H A Dmpoa_proc.c135 in_cache_entry *in_entry; local
149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) {
150 unsigned long seconds_delta = now - in_entry->time;
152 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip);
155 ingress_state_string(in_entry->entry_state),
156 in_entry->ctrl_info.holding_time -
158 in_entry
[all...]
H A Dmpc.c610 in_cache_entry *in_entry; local
628 in_entry = mpc->in_ops->get(ipaddr, mpc);
629 if (in_entry == NULL ||
630 in_entry->entry_state < INGRESS_RESOLVED) {
633 if (in_entry != NULL)
634 mpc->in_ops->put(in_entry);
638 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip);
639 in_entry->shortcut = vcc;
640 mpc->in_ops->put(in_entry);
657 in_cache_entry *in_entry; local
[all...]
H A Dmpoa_caches.c447 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); local
448 if (in_entry != NULL) {
449 client->in_ops->put(in_entry);

Completed in 106 milliseconds