Lines Matching refs:mfc_un
86 if (c->mfc_un.res.ttls[vifi] < 255) in mr_mfc_find_any_parent()
100 if (c->mfc_un.res.ttls[vifi] < 255) in mr_mfc_find_any()
105 if (proxy && proxy->mfc_un.res.ttls[vifi] < 255) in mr_mfc_find_any()
240 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in mr_fill_mroute()
244 if (vif_dev && c->mfc_un.res.ttls[ct] < 255) { in mr_fill_mroute()
254 nhp->rtnh_hops = c->mfc_un.res.ttls[ct]; in mr_fill_mroute()
263 lastuse = READ_ONCE(c->mfc_un.res.lastuse); in mr_fill_mroute()
266 mfcs.mfcs_packets = atomic_long_read(&c->mfc_un.res.pkt); in mr_fill_mroute()
267 mfcs.mfcs_bytes = atomic_long_read(&c->mfc_un.res.bytes); in mr_fill_mroute()
268 mfcs.mfcs_wrong_if = atomic_long_read(&c->mfc_un.res.wrong_if); in mr_fill_mroute()
285 for (ct = c->mfc_un.res.minvif; ct < c->mfc_un.res.maxvif; ct++) { in mr_mfc_uses_dev()
291 if (vif_dev && c->mfc_un.res.ttls[ct] < 255 && in mr_mfc_uses_dev()