Searched refs:rtorig (Results 1 – 1 of 1) sorted by relevance
949 struct ieee80211_mesh_route *rtorig = NULL; in hwmp_recv_preq() local1006 if (rtorig == NULL) { in hwmp_recv_preq()1008 if (rtorig == NULL) { in hwmp_recv_preq()1030 metric < rtorig->rt_metric)) { in hwmp_recv_preq()1033 rtorig->rt_metric = metric; in hwmp_recv_preq()1034 rtorig->rt_nhops = preq->preq_hopcount + 1; in hwmp_recv_preq()1040 rtorig->rt_flags = IEEE80211_MESHRT_FLAGS_VALID; in hwmp_recv_preq()1141 rtorig); in hwmp_recv_preq()1276 struct ieee80211_mesh_route *rtorig = NULL; in hwmp_recv_prep() local1295 (rtorig != NULL && IS_PROXY(rtorig) && !PROXIED_BY_US(rtorig))) && in hwmp_recv_prep()[all …]