Lines Matching refs:pinfo

2474 			    struct mpath_info *pinfo)  in mpath_set_pinfo()  argument
2483 memset(pinfo, 0, sizeof(*pinfo)); in mpath_set_pinfo()
2485 pinfo->generation = mpath->sdata->u.mesh.mesh_paths_generation; in mpath_set_pinfo()
2487 pinfo->filled = MPATH_INFO_FRAME_QLEN | in mpath_set_pinfo()
2497 pinfo->frame_qlen = mpath->frame_queue.qlen; in mpath_set_pinfo()
2498 pinfo->sn = mpath->sn; in mpath_set_pinfo()
2499 pinfo->metric = mpath->metric; in mpath_set_pinfo()
2501 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
2502 pinfo->discovery_timeout = in mpath_set_pinfo()
2504 pinfo->discovery_retries = mpath->discovery_retries; in mpath_set_pinfo()
2506 pinfo->flags |= NL80211_MPATH_FLAG_ACTIVE; in mpath_set_pinfo()
2508 pinfo->flags |= NL80211_MPATH_FLAG_RESOLVING; in mpath_set_pinfo()
2510 pinfo->flags |= NL80211_MPATH_FLAG_SN_VALID; in mpath_set_pinfo()
2512 pinfo->flags |= NL80211_MPATH_FLAG_FIXED; in mpath_set_pinfo()
2514 pinfo->flags |= NL80211_MPATH_FLAG_RESOLVED; in mpath_set_pinfo()
2515 pinfo->hop_count = mpath->hop_count; in mpath_set_pinfo()
2516 pinfo->path_change_count = mpath->path_change_count; in mpath_set_pinfo()
2520 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
2535 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
2542 struct mpath_info *pinfo) in ieee80211_dump_mpath() argument
2556 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()
2562 struct mpath_info *pinfo) in mpp_set_pinfo() argument
2564 memset(pinfo, 0, sizeof(*pinfo)); in mpp_set_pinfo()
2567 pinfo->generation = mpath->sdata->u.mesh.mpp_paths_generation; in mpp_set_pinfo()
2571 u8 *dst, u8 *mpp, struct mpath_info *pinfo) in ieee80211_get_mpp() argument
2586 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_get_mpp()
2593 struct mpath_info *pinfo) in ieee80211_dump_mpp() argument
2607 mpp_set_pinfo(mpath, mpp, pinfo); in ieee80211_dump_mpp()