Searched refs:eg_ops (Results 1 – 3 of 3) sorted by relevance
673 eg_entry = mpc->eg_ops->get_by_vcc(vcc, mpc); in mpc_vcc_close()677 mpc->eg_ops->put(eg_entry); in mpc_vcc_close()740 eg = mpc->eg_ops->get_by_tag(tag, mpc); in mpc_push()764 mpc->eg_ops->put(eg); in mpc_push()775 mpc->eg_ops->put(eg); in mpc_push()892 mpc->eg_ops->destroy_cache(mpc); in mpoad_close()1121 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()1135 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()1140 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()1231 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd()[all …]
215 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry()218 client->eg_ops->put(eg_entry); in in_cache_remove_entry()441 client->eg_ops->put(entry); in eg_cache_remove_entry()520 client->eg_ops->remove_entry(entry, client); in clear_expired()531 mpc->eg_ops->remove_entry(mpc->eg_cache, mpc); in eg_destroy_cache()566 mpc->eg_ops = &egress_ops; in atm_mpoa_init_cache()
29 const struct eg_cache_ops *eg_ops; /* egress cache operations */ member