Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hwmp.c935 rttran->rt_nhops = 1; in hwmp_update_transmitter()
1034 rtorig->rt_nhops = preq->preq_hopcount + 1; in hwmp_recv_preq()
1088 prep.prep_hopcount = rttarg->rt_nhops; in hwmp_recv_preq()
1197 prep.prep_hopcount = rttarg->rt_nhops; in hwmp_recv_preq()
1350 rt->rt_nhops, prep->prep_hopcount + 1, in hwmp_recv_prep()
1357 rt->rt_nhops = prep->prep_hopcount + 1; in hwmp_recv_prep()
1425 rtext->rt_nhops, prep->prep_hopcount + 1, in hwmp_recv_prep()
1437 rtext->rt_nhops = prep->prep_hopcount + 1; in hwmp_recv_prep()
H A Dieee80211_mesh.h429 uint16_t rt_nhops; /* number of hops */ member
H A Dieee80211_mesh.c276 if (rt->rt_flags & IEEE80211_MESHRT_FLAGS_PROXY && rt->rt_nhops == 0) { in ieee80211_mesh_rt_update()
1119 rt_dest->rt_nhops = rt_gate->rt_nhops; in ieee80211_mesh_forward_to_gates()
3476 imr->imr_nhops = rt->rt_nhops; in mesh_ioctl_get80211()