Lines Matching refs:pinfo

1471 			    struct mpath_info *pinfo)  in mpath_set_pinfo()  argument
1480 memset(pinfo, 0, sizeof(*pinfo)); in mpath_set_pinfo()
1482 pinfo->generation = mesh_paths_generation; in mpath_set_pinfo()
1484 pinfo->filled = MPATH_INFO_FRAME_QLEN | in mpath_set_pinfo()
1492 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
1493 pinfo->sn = mpath->sn; in mpath_set_pinfo()
1494 pinfo->metric = mpath->metric; in mpath_set_pinfo()
1496 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
1497 pinfo->discovery_timeout = in mpath_set_pinfo()
1499 pinfo->discovery_retries = mpath->discovery_retries; in mpath_set_pinfo()
1501 pinfo->flags |= NL80211_MPATH_FLAG_ACTIVE; in mpath_set_pinfo()
1503 pinfo->flags |= NL80211_MPATH_FLAG_RESOLVING; in mpath_set_pinfo()
1505 pinfo->flags |= NL80211_MPATH_FLAG_SN_VALID; in mpath_set_pinfo()
1507 pinfo->flags |= NL80211_MPATH_FLAG_FIXED; in mpath_set_pinfo()
1509 pinfo->flags |= NL80211_MPATH_FLAG_RESOLVED; in mpath_set_pinfo()
1513 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
1528 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
1535 struct mpath_info *pinfo) in ieee80211_dump_mpath() argument
1549 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()
1555 struct mpath_info *pinfo) in mpp_set_pinfo() argument
1557 memset(pinfo, 0, sizeof(*pinfo)); in mpp_set_pinfo()
1560 pinfo->generation = mpp_paths_generation; in mpp_set_pinfo()
1564 u8 *dst, u8 *mpp, struct mpath_info *pinfo) in ieee80211_get_mpp() argument
1579 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_get_mpp()
1586 struct mpath_info *pinfo) in ieee80211_dump_mpp() argument
1600 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_dump_mpp()