Lines Matching refs:pinfo

1490 			    struct mpath_info *pinfo)  in mpath_set_pinfo()  argument
1499 memset(pinfo, 0, sizeof(*pinfo)); in mpath_set_pinfo()
1501 pinfo->generation = mesh_paths_generation; in mpath_set_pinfo()
1503 pinfo->filled = MPATH_INFO_FRAME_QLEN | in mpath_set_pinfo()
1511 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
1512 pinfo->sn = mpath->sn; in mpath_set_pinfo()
1513 pinfo->metric = mpath->metric; in mpath_set_pinfo()
1515 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
1516 pinfo->discovery_timeout = in mpath_set_pinfo()
1518 pinfo->discovery_retries = mpath->discovery_retries; in mpath_set_pinfo()
1520 pinfo->flags |= NL80211_MPATH_FLAG_ACTIVE; in mpath_set_pinfo()
1522 pinfo->flags |= NL80211_MPATH_FLAG_RESOLVING; in mpath_set_pinfo()
1524 pinfo->flags |= NL80211_MPATH_FLAG_SN_VALID; in mpath_set_pinfo()
1526 pinfo->flags |= NL80211_MPATH_FLAG_FIXED; in mpath_set_pinfo()
1528 pinfo->flags |= NL80211_MPATH_FLAG_RESOLVED; in mpath_set_pinfo()
1532 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
1547 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
1554 struct mpath_info *pinfo) in ieee80211_dump_mpath() argument
1568 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()
1574 struct mpath_info *pinfo) in mpp_set_pinfo() argument
1576 memset(pinfo, 0, sizeof(*pinfo)); in mpp_set_pinfo()
1579 pinfo->generation = mpp_paths_generation; in mpp_set_pinfo()
1583 u8 *dst, u8 *mpp, struct mpath_info *pinfo) in ieee80211_get_mpp() argument
1598 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_get_mpp()
1605 struct mpath_info *pinfo) in ieee80211_dump_mpp() argument
1619 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_dump_mpp()