Searched refs:eg_ops (Results 1 – 3 of 3) sorted by relevance
637 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close()641 mpc->eg_ops->put(eg_entry); in mpc_vcc_close()700 eg = mpc->eg_ops->get_by_tag(tag, mpc); in mpc_push()722 mpc->eg_ops->put(eg); in mpc_push()732 mpc->eg_ops->put(eg); in mpc_push()848 mpc->eg_ops->destroy_cache(mpc); in mpoad_close()1076 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()1089 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()1094 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()1185 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd()[all …]
210 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, client); in in_cache_remove_entry()212 client->eg_ops->put(eg_entry); in in_cache_remove_entry()437 client->eg_ops->put(entry); in eg_cache_remove_entry()521 client->eg_ops->remove_entry(entry, client); in clear_expired()534 mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); in eg_destroy_cache()573 mpc->eg_ops = &egress_ops; in atm_mpoa_init_cache()
31 struct eg_cache_ops *eg_ops; /* egress cache operations */ member