Lines Matching refs:ctrl_info

42 		if (entry->ctrl_info.in_dst_ip == dst_ip) {  in in_cache_get()
63 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
118 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
123 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry()
144 msg.content.in_info = entry->ctrl_info; in cache_hit()
146 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
164 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
168 msg.content.in_info = entry->ctrl_info; in cache_hit()
169 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
198 &entry->ctrl_info.in_dst_ip); in in_cache_remove_entry()
239 > entry->ctrl_info.holding_time) { in clear_count_and_expired()
241 &entry->ctrl_info.in_dst_ip); in clear_count_and_expired()
286 msg.content.in_info = entry->ctrl_info; in check_resolving_entries()
287 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries()
312 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3; in refresh_entries()
341 if (entry->ctrl_info.cache_id == cache_id) { in eg_cache_get_by_cache_id()
362 if (entry->ctrl_info.tag == tag) { in eg_cache_get_by_tag()
481 entry->ctrl_info = msg->content.eg_info; in eg_cache_add_entry()
485 ntohl(entry->ctrl_info.cache_id)); in eg_cache_add_entry()
486 dprintk("mps_ip = %pI4\n", &entry->ctrl_info.mps_ip); in eg_cache_add_entry()
499 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry()
515 > entry->ctrl_info.holding_time) { in clear_expired()
517 msg.content.eg_info = entry->ctrl_info; in clear_expired()
519 ntohl(entry->ctrl_info.cache_id)); in clear_expired()