Home
last modified time | relevance | path

Searched refs:cache_id (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/atm/
Dmpoa_caches.h66 eg_cache_entry *(*get_by_cache_id)(uint32_t cache_id, struct mpoa_client *client);
67 eg_cache_entry *(*get_by_tag)(uint32_t cache_id, struct mpoa_client *client);
Dmpoa_caches.c330 static eg_cache_entry *eg_cache_get_by_cache_id(uint32_t cache_id, struct mpoa_client *mpc) in eg_cache_get_by_cache_id() argument
337 if(entry->ctrl_info.cache_id == cache_id){ in eg_cache_get_by_cache_id()
483 …dprintk("mpoa: mpoa_caches.c: new_eg_cache_entry cache_id %lu\n", ntohl(entry->ctrl_info.cache_id)… in eg_cache_add_entry()
519 …caches.c: egress_cache: holding time expired, cache_id = %lu.\n",ntohl(entry->ctrl_info.cache_id)); in clear_expired()
Dmpc.c1184 uint32_t cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local
1185 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd()
1266 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc); in MPOA_cache_impos_rcvd()
1356 dprintk("mpoa: cache_id %u\n", entry->ctrl_info.cache_id); in clean_up()
Dmpoa_proc.c138 …ength,"\n%-16lu%s%-14lu%-15u",(unsigned long) ntohl(eg_entry->ctrl_info.cache_id), egress_state_st… in proc_mpc_read()
/linux-2.4.37.9/include/linux/
Datmmpc.h33 uint32_t cache_id; member