Lines Matching refs:dst_ip
176 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument
180 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos()
192 entry->ipaddr = dst_ip; in atm_mpoa_add_qos()
201 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos() argument
207 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos()
1083 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1086 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1088 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1121 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1122 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
1123 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()
1136 client->dev->name, &dst_ip); in check_qos_and_open_shortcut()
1158 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_res_reply_rcvd() local
1159 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_res_reply_rcvd()
1162 mpc->dev->name, &dst_ip); in MPOA_res_reply_rcvd()
1208 __be32 dst_ip = msg->content.in_info.in_dst_ip; in ingress_purge_rcvd() local
1210 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()
1214 mpc->dev->name, &dst_ip); in ingress_purge_rcvd()
1220 mpc->dev->name, &dst_ip); in ingress_purge_rcvd()
1225 entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()