Home
last modified time | relevance | path

Searched refs:rtorig (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c949 struct ieee80211_mesh_route *rtorig = NULL; in hwmp_recv_preq() local
1006 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() local
1295 (rtorig != NULL && IS_PROXY(rtorig) && !PROXIED_BY_US(rtorig))) && in hwmp_recv_prep()
[all …]