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()
1086 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1089 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1091 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1124 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1125 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
1126 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()
1139 client->dev->name, &dst_ip); in check_qos_and_open_shortcut()
1161 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_res_reply_rcvd() local
1162 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_res_reply_rcvd()
1165 mpc->dev->name, &dst_ip); in MPOA_res_reply_rcvd()
1211 __be32 dst_ip = msg->content.in_info.in_dst_ip; in ingress_purge_rcvd() local
1213 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()
1217 mpc->dev->name, &dst_ip); in ingress_purge_rcvd()
1223 mpc->dev->name, &dst_ip); in ingress_purge_rcvd()
1228 entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()