Searched refs:cache_id (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/atm/ |
D | mpoa_caches.h | 66 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);
|
D | mpoa_caches.c | 330 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()
|
D | mpc.c | 1184 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()
|
D | mpoa_proc.c | 138 …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/ |
D | atmmpc.h | 33 uint32_t cache_id; member
|