Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_hwmp.c944 struct ieee80211_mesh_route *rtorig = NULL; in hwmp_recv_preq() local
1000 rtorig = ieee80211_mesh_rt_find(vap, preq->preq_origaddr); in hwmp_recv_preq()
1001 if (rtorig == NULL) { in hwmp_recv_preq()
1002 rtorig = ieee80211_mesh_rt_add(vap, preq->preq_origaddr); in hwmp_recv_preq()
1003 if (rtorig == NULL) { in hwmp_recv_preq()
1013 hrorig = IEEE80211_MESH_ROUTE_PRIV(rtorig, struct ieee80211_hwmp_route); in hwmp_recv_preq()
1025 metric < rtorig->rt_metric)) { in hwmp_recv_preq()
1027 IEEE80211_ADDR_COPY(rtorig->rt_nexthop, wh->i_addr2); in hwmp_recv_preq()
1028 rtorig->rt_metric = metric; in hwmp_recv_preq()
1029 rtorig->rt_nhops = preq->preq_hopcount + 1; in hwmp_recv_preq()
[all …]