Lines Matching refs:ctrl_info
33 if( entry->ctrl_info.in_dst_ip == dst_ip ){ in in_cache_get()
54 if((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask )){ in in_cache_get_with_mask()
109 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
114 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry()
135 msg.content.in_info = entry->ctrl_info; in cache_hit()
137 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
154 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
158 msg.content.in_info = entry->ctrl_info; in cache_hit()
159 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
189 &entry->ctrl_info.in_dst_ip); in in_cache_remove_entry()
232 > entry->ctrl_info.holding_time){ in clear_count_and_expired()
234 &entry->ctrl_info.in_dst_ip); in clear_count_and_expired()
277 msg.content.in_info = entry->ctrl_info; in check_resolving_entries()
278 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries()
302 entry->refresh_time = (2*(entry->ctrl_info.holding_time))/3; in refresh_entries()
331 if(entry->ctrl_info.cache_id == cache_id){ in eg_cache_get_by_cache_id()
352 if (entry->ctrl_info.tag == tag) { in eg_cache_get_by_tag()
472 entry->ctrl_info = msg->content.eg_info; in eg_cache_add_entry()
475 …dprintk("mpoa: mpoa_caches.c: new_eg_cache_entry cache_id %lu\n", ntohl(entry->ctrl_info.cache_id)… in eg_cache_add_entry()
477 &entry->ctrl_info.mps_ip); in eg_cache_add_entry()
490 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry()
508 > entry->ctrl_info.holding_time){ in clear_expired()
510 msg.content.eg_info = entry->ctrl_info; in clear_expired()
511 …caches.c: egress_cache: holding time expired, cache_id = %lu.\n",ntohl(entry->ctrl_info.cache_id)); in clear_expired()