Lines Matching refs:dst_ip
159 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument
163 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos()
175 entry->ipaddr = dst_ip; in atm_mpoa_add_qos()
184 struct atm_mpoa_qos *atm_mpoa_search_qos(uint32_t dst_ip) in atm_mpoa_search_qos() argument
190 if(qos->ipaddr == dst_ip) { in atm_mpoa_search_qos()
1036 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1039 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1041 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1073 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1074 unsigned char *ip __attribute__ ((unused)) = (unsigned char *)&dst_ip; in check_qos_and_open_shortcut()
1075 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
1076 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()
1112 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in MPOA_res_reply_rcvd() local
1113 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_res_reply_rcvd()
1114 ip = (unsigned char *)&dst_ip; in MPOA_res_reply_rcvd()
1158 uint32_t dst_ip = msg->content.in_info.in_dst_ip; in ingress_purge_rcvd() local
1160 unsigned char *ip = (unsigned char *)&dst_ip; in ingress_purge_rcvd()
1161 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()
1176 entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()