Searched refs:eg_ops (Results 1 – 3 of 3) sorted by relevance
674 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close()678 mpc->eg_ops->put(eg_entry); in mpc_vcc_close()741 eg = mpc->eg_ops->get_by_tag(tag, mpc); in mpc_push()765 mpc->eg_ops->put(eg); in mpc_push()776 mpc->eg_ops->put(eg); in mpc_push()893 mpc->eg_ops->destroy_cache(mpc); in mpoad_close()1122 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()1136 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()1141 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd()[all …]
214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry()217 client->eg_ops->put(eg_entry); in in_cache_remove_entry()439 client->eg_ops->put(entry); in eg_cache_remove_entry()518 client->eg_ops->remove_entry(entry, client); in clear_expired()529 mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); in eg_destroy_cache()564 mpc->eg_ops = &egress_ops; in atm_mpoa_init_cache()
29 const struct eg_cache_ops *eg_ops; /* egress cache operations */ member