Lines Matching refs:ctrl_info

43 		if (entry->ctrl_info.in_dst_ip == dst_ip) {  in in_cache_get()
64 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
119 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
124 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry()
145 msg.content.in_info = entry->ctrl_info; in cache_hit()
147 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
165 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
169 msg.content.in_info = entry->ctrl_info; in cache_hit()
170 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()
238 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_count_and_expired()
240 &entry->ctrl_info.in_dst_ip); in clear_count_and_expired()
285 msg.content.in_info = entry->ctrl_info; in check_resolving_entries()
286 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries()
311 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3; in refresh_entries()
340 if (entry->ctrl_info.cache_id == cache_id) { in eg_cache_get_by_cache_id()
361 if (entry->ctrl_info.tag == tag) { in eg_cache_get_by_tag()
479 entry->ctrl_info = msg->content.eg_info; in eg_cache_add_entry()
483 ntohl(entry->ctrl_info.cache_id)); in eg_cache_add_entry()
484 dprintk("mps_ip = %pI4\n", &entry->ctrl_info.mps_ip); in eg_cache_add_entry()
497 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry()
512 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_expired()
514 msg.content.eg_info = entry->ctrl_info; in clear_expired()
516 ntohl(entry->ctrl_info.cache_id)); in clear_expired()