Home
last modified time | relevance | path

Searched refs:in_dst_ip (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/atm/
Dmpoa_caches.c33 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()
111 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
139 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
156 (unsigned char *)&entry->ctrl_info.in_dst_ip; in cache_hit()
163 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
193 ip = (unsigned char *)&entry->ctrl_info.in_dst_ip; in in_cache_remove_entry()
239 ip = (unsigned char*)&entry->ctrl_info.in_dst_ip; in clear_count_and_expired()
284 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries()
Dmpc.c597 ip = (unsigned char*)&in_entry->ctrl_info.in_dst_ip; in atm_mpoa_vcc_attach()
631 (unsigned char *)&in_entry->ctrl_info.in_dst_ip; in mpc_vcc_close()
1036 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd()
1073 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut()
1112 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in MPOA_res_reply_rcvd()
1158 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in ingress_purge_rcvd()
Dmpoa_proc.c125 …temp = (unsigned char *)&in_entry->ctrl_info.in_dst_ip; sprintf(ip_string,"… in proc_mpc_read()
/linux-2.4.37.9/include/linux/
Datmmpc.h25 uint32_t in_dst_ip; /* IP address this ingress MPC sends packets to */ member