Lines Matching refs:qos
134 struct atm_mpoa_qos *qos; in cache_hit() local
146 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
147 if (qos != NULL) in cache_hit()
148 msg.qos = qos->qos; in cache_hit()
169 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
170 if (qos != NULL) in cache_hit()
171 msg.qos = qos->qos; in cache_hit()
253 struct atm_mpoa_qos *qos; in check_resolving_entries() local
287 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries()
288 if (qos != NULL) in check_resolving_entries()
289 msg.qos = qos->qos; in check_resolving_entries()