Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c950 metric = ms->ms_pmetric->mpm_metric(ni); in hwmp_update_transmitter()
1089 metric = preq->preq_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1325 ppreq.preq_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1453 metric = prep->prep_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_prep()
1557 pprep.prep_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_prep()
1972 metric = rann->rann_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_rann()
2029 prann.rann_metric += ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_rann()
H A Dieee80211_mesh.c159 .mpm_metric = mesh_airtime_calc,
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h487 uint32_t (*mpm_metric)(struct ieee80211_node *); member