Searched refs:mfcs (Results 1 – 2 of 2) sorted by relevance
2238 struct rta_mfc_stats mfcs; in __ip6mr_fill_mroute() local2268 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ip6mr_fill_mroute()2269 mfcs.mfcs_bytes = c->mfc_un.res.bytes; in __ip6mr_fill_mroute()2270 mfcs.mfcs_wrong_if = c->mfc_un.res.wrong_if; in __ip6mr_fill_mroute()2271 if (nla_put(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs) < 0) in __ip6mr_fill_mroute()
2152 struct rta_mfc_stats mfcs; in __ipmr_fill_mroute() local2181 mfcs.mfcs_packets = c->mfc_un.res.pkt; in __ipmr_fill_mroute()2182 mfcs.mfcs_bytes = c->mfc_un.res.bytes; in __ipmr_fill_mroute()2183 mfcs.mfcs_wrong_if = c->mfc_un.res.wrong_if; in __ipmr_fill_mroute()2184 if (nla_put(skb, RTA_MFC_STATS, sizeof(mfcs), &mfcs) < 0) in __ipmr_fill_mroute()