Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/atm/
Dmpc.c490 entry = mpc->in_ops->get(ipaddr, mpc); in send_via_shortcut()
492 entry = mpc->in_ops->add_entry(ipaddr, mpc); in send_via_shortcut()
493 if (entry != NULL) mpc->in_ops->put(entry); in send_via_shortcut()
496 if (mpc->in_ops->cache_hit(entry, mpc) != OPEN){ /* threshold not exceeded or VCC not ready */ in send_via_shortcut()
498 mpc->in_ops->put(entry); in send_via_shortcut()
506 mpc->in_ops->put(entry); in send_via_shortcut()
529 mpc->in_ops->put(entry); in send_via_shortcut()
590 in_entry = mpc->in_ops->get(ipaddr, mpc); in atm_mpoa_vcc_attach()
594 if (in_entry != NULL) mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
601 mpc->in_ops->put(in_entry); in atm_mpoa_vcc_attach()
[all …]
Dmpoa_caches.c202 client->in_ops->put(entry); in in_cache_remove_entry()
241 client->in_ops->remove_entry(entry, client); in clear_count_and_expired()
324 mpc->in_ops->remove_entry(mpc->in_cache, mpc); in in_destroy_cache()
445 in_cache_entry *in_entry = client->in_ops->get_by_vcc(vcc, client); in eg_cache_remove_entry()
447 client->in_ops->put(in_entry); in eg_cache_remove_entry()
572 mpc->in_ops = &ingress_ops; in atm_mpoa_init_cache()
Dmpc.h27 struct in_cache_ops *in_ops; /* ingress cache operations */ member